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