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