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