Struct windows_sys::Win32::NetworkManagement::NetBios::NCB
[−]#[repr(C)]pub struct NCB {Show 15 fields
pub ncb_command: u8,
pub ncb_retcode: u8,
pub ncb_lsn: u8,
pub ncb_num: u8,
pub ncb_buffer: *mut u8,
pub ncb_length: u16,
pub ncb_callname: [u8; 16],
pub ncb_name: [u8; 16],
pub ncb_rto: u8,
pub ncb_sto: u8,
pub ncb_post: isize,
pub ncb_lana_num: u8,
pub ncb_cmd_cplt: u8,
pub ncb_reserve: [u8; 18],
pub ncb_event: HANDLE,
}
Expand description
Required features: "Win32_NetworkManagement_NetBios"
, "Win32_Foundation"
Fields
ncb_command: u8
ncb_retcode: u8
ncb_lsn: u8
ncb_num: u8
ncb_buffer: *mut u8
ncb_length: u16
ncb_callname: [u8; 16]
ncb_name: [u8; 16]
ncb_rto: u8
ncb_sto: u8
ncb_post: isize
ncb_lana_num: u8
ncb_cmd_cplt: u8
ncb_reserve: [u8; 18]
ncb_event: HANDLE
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NCB
impl !Send for NCB
impl !Sync for NCB
impl Unpin for NCB
impl UnwindSafe for NCB
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more