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