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