pub struct NetbiosNameType(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl NetbiosNameType
impl NetbiosNameType
pub const Workstation: NetbiosNameType
pub const DomainMasterBrowser: NetbiosNameType
pub const LocalMasterBrowser: NetbiosNameType
pub const FileServer: NetbiosNameType
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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NetbiosNameType
impl Debug for NetbiosNameType
Source§impl Display for NetbiosNameType
impl Display for NetbiosNameType
Source§impl PartialEq for NetbiosNameType
impl PartialEq for NetbiosNameType
impl Copy for NetbiosNameType
impl Eq 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 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