#[repr(u8)]pub enum Slave6 {
ALLOWED = 0,
BLOCKED = 1,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Slave6
impl Ord for Slave6
Source§impl PartialOrd for Slave6
impl PartialOrd for Slave6
impl Copy for Slave6
impl Eq for Slave6
impl StructuralPartialEq for Slave6
Auto Trait Implementations§
impl Freeze for Slave6
impl RefUnwindSafe for Slave6
impl Send for Slave6
impl Sync for Slave6
impl Unpin for Slave6
impl UnwindSafe for Slave6
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
)