pub struct NodeName {
pub name: NetbiosName,
pub name_flags: u16,
}
Fields§
§name: NetbiosName
§name_flags: u16
Trait Implementations§
impl StructuralPartialEq for NodeName
Auto Trait Implementations§
impl Freeze for NodeName
impl RefUnwindSafe for NodeName
impl Send for NodeName
impl Sync for NodeName
impl Unpin for NodeName
impl UnwindSafe for NodeName
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