#[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