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