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