#[repr(C)]pub struct ZeDeviceMemAllocDesc {
pub stype: u32,
pub p_next: *const c_void,
pub flags: u32,
pub ordinal: u32,
}Fields§
§stype: u32§p_next: *const c_void§flags: u32§ordinal: u32Auto Trait Implementations§
impl !Send for ZeDeviceMemAllocDesc
impl !Sync for ZeDeviceMemAllocDesc
impl Freeze for ZeDeviceMemAllocDesc
impl RefUnwindSafe for ZeDeviceMemAllocDesc
impl Unpin for ZeDeviceMemAllocDesc
impl UnsafeUnpin for ZeDeviceMemAllocDesc
impl UnwindSafe for ZeDeviceMemAllocDesc
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