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