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