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