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