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