#[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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)