pub enum NetbiosNameType {
NB,
NBSTAT,
Unknown(u16),
}Variants§
Trait Implementations§
Source§impl Clone for NetbiosNameType
impl Clone for NetbiosNameType
Source§fn clone(&self) -> NetbiosNameType
fn clone(&self) -> NetbiosNameType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NetbiosNameType
Source§impl Debug for NetbiosNameType
impl Debug for NetbiosNameType
impl Eq for NetbiosNameType
Source§impl From<u16> for NetbiosNameType
impl From<u16> for NetbiosNameType
Source§impl PartialEq for NetbiosNameType
impl PartialEq for NetbiosNameType
impl StructuralPartialEq for NetbiosNameType
Auto Trait Implementations§
impl Freeze for NetbiosNameType
impl RefUnwindSafe for NetbiosNameType
impl Send for NetbiosNameType
impl Sync for NetbiosNameType
impl Unpin for NetbiosNameType
impl UnsafeUnpin for NetbiosNameType
impl UnwindSafe for NetbiosNameType
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