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