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