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