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