#[repr(transparent)]pub struct DATADIR(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl DATADIR
impl DATADIR
pub const DATADIR_GET: Self
pub const DATADIR_SET: Self
Trait Implementations§
Source§impl Abi for DATADIR
impl Abi for DATADIR
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