#[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§
Source§impl Clone for CUmemPoolProps_st
impl Clone for CUmemPoolProps_st
Source§fn clone(&self) -> CUmemPoolProps_st
fn clone(&self) -> CUmemPoolProps_st
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CUmemPoolProps_st
Source§impl Debug for CUmemPoolProps_st
impl Debug for CUmemPoolProps_st
impl Eq for CUmemPoolProps_st
Source§impl Hash for CUmemPoolProps_st
impl Hash for CUmemPoolProps_st
Source§impl Ord for CUmemPoolProps_st
impl Ord for CUmemPoolProps_st
Source§fn cmp(&self, other: &CUmemPoolProps_st) -> Ordering
fn cmp(&self, other: &CUmemPoolProps_st) -> Ordering
1.21.0 (const: unstable) · 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
Source§impl PartialEq for CUmemPoolProps_st
impl PartialEq for CUmemPoolProps_st
Source§impl PartialOrd for CUmemPoolProps_st
impl PartialOrd for CUmemPoolProps_st
impl StructuralPartialEq for CUmemPoolProps_st
Auto Trait Implementations§
impl !Send for CUmemPoolProps_st
impl !Sync for CUmemPoolProps_st
impl Freeze for CUmemPoolProps_st
impl RefUnwindSafe 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