#[repr(transparent)]pub struct Ctrl2Pn(pub u32);Expand description
Pretended Networking Control 2
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Ctrl2Pn
impl Eq for Ctrl2Pn
impl StructuralPartialEq for Ctrl2Pn
Auto Trait Implementations§
impl Freeze for Ctrl2Pn
impl RefUnwindSafe for Ctrl2Pn
impl Send for Ctrl2Pn
impl Sync for Ctrl2Pn
impl Unpin for Ctrl2Pn
impl UnwindSafe for Ctrl2Pn
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