#[repr(C)]pub struct CUmemPoolProps_st {
pub allocType: CUmemAllocationType,
pub handleTypes: CUmemAllocationHandleType,
pub location: CUmemLocation,
pub win32SecurityAttributes: *mut c_void,
pub maxSize: usize,
pub usage: c_ushort,
pub reserved: [c_uchar; 54],
}Fields§
§allocType: CUmemAllocationType§handleTypes: CUmemAllocationHandleType§location: CUmemLocation§win32SecurityAttributes: *mut c_void§maxSize: usize§usage: c_ushort§reserved: [c_uchar; 54]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 · 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
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