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