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