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