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