#[repr(transparent)]pub struct Pseltxd(pub u32);
Tuple Fields§
§0: u32
Implementations§
Source§impl Pseltxd
impl Pseltxd
Sourcepub const DISCONNECTED: Self
pub const DISCONNECTED: Self
Disconnect
Trait Implementations§
Source§impl Ord for Pseltxd
impl Ord for Pseltxd
Source§impl PartialOrd for Pseltxd
impl PartialOrd for Pseltxd
impl Copy for Pseltxd
impl Eq for Pseltxd
impl StructuralPartialEq for Pseltxd
Auto Trait Implementations§
impl Freeze for Pseltxd
impl RefUnwindSafe for Pseltxd
impl Send for Pseltxd
impl Sync for Pseltxd
impl Unpin for Pseltxd
impl UnwindSafe for Pseltxd
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