#[repr(C)]pub struct TP_IO(pub u8);Tuple Fields§
§0: u8Trait Implementations§
impl Copy for TP_IO
impl Eq for TP_IO
impl StructuralPartialEq for TP_IO
Auto Trait Implementations§
impl Freeze for TP_IO
impl RefUnwindSafe for TP_IO
impl Send for TP_IO
impl Sync for TP_IO
impl Unpin for TP_IO
impl UnsafeUnpin for TP_IO
impl UnwindSafe for TP_IO
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