Struct CUmemPoolProps_st
#[repr(C)]pub struct CUmemPoolProps_st {
pub allocType: CUmemAllocationType_enum,
pub handleTypes: CUmemAllocationHandleType_enum,
pub location: CUmemLocation_st,
pub win32SecurityAttributes: *mut c_void,
pub maxSize: usize,
pub reserved: [u8; 56],
}Fields§
§allocType: CUmemAllocationType_enum§handleTypes: CUmemAllocationHandleType_enum§location: CUmemLocation_st§win32SecurityAttributes: *mut c_void§maxSize: usize§reserved: [u8; 56]Trait Implementations§
§impl Clone for CUmemPoolProps_st
impl Clone for CUmemPoolProps_st
§fn clone(&self) -> CUmemPoolProps_st
fn clone(&self) -> CUmemPoolProps_st
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for CUmemPoolProps_st
impl Debug for CUmemPoolProps_st
§impl Hash for CUmemPoolProps_st
impl Hash for CUmemPoolProps_st
§impl Ord for CUmemPoolProps_st
impl Ord for CUmemPoolProps_st
§fn cmp(&self, other: &CUmemPoolProps_st) -> Ordering
fn cmp(&self, other: &CUmemPoolProps_st) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq for CUmemPoolProps_st
impl PartialEq for CUmemPoolProps_st
§impl PartialOrd for CUmemPoolProps_st
impl PartialOrd for CUmemPoolProps_st
impl Copy for CUmemPoolProps_st
impl Eq for CUmemPoolProps_st
impl StructuralPartialEq for CUmemPoolProps_st
Auto Trait Implementations§
impl Freeze for CUmemPoolProps_st
impl RefUnwindSafe for CUmemPoolProps_st
impl !Send for CUmemPoolProps_st
impl !Sync for CUmemPoolProps_st
impl Unpin for CUmemPoolProps_st
impl UnsafeUnpin for CUmemPoolProps_st
impl UnwindSafe for CUmemPoolProps_st
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more