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