Struct WorkMode
#[repr(transparent)]pub struct WorkMode(pub c_int);Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
impl Copy for WorkMode
impl Eq for WorkMode
impl StructuralPartialEq for WorkMode
Auto Trait Implementations§
impl Freeze for WorkMode
impl RefUnwindSafe for WorkMode
impl Send for WorkMode
impl Sync for WorkMode
impl Unpin for WorkMode
impl UnwindSafe for WorkMode
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