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