#[repr(u8)]pub enum Sid {
NOT_IMPLEMENTED = 0,
IMPLEMENTED = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}
Variants§
NOT_IMPLEMENTED = 0
The feature is not implemented.
IMPLEMENTED = 1
The feature is implemented.
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Sid
impl Ord for Sid
Source§impl PartialOrd for Sid
impl PartialOrd for Sid
impl Copy for Sid
impl Eq for Sid
impl StructuralPartialEq for Sid
Auto Trait Implementations§
impl Freeze for Sid
impl RefUnwindSafe for Sid
impl Send for Sid
impl Sync for Sid
impl Unpin for Sid
impl UnwindSafe for Sid
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
)