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