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: u8ncb_retcode: u8ncb_lsn: u8ncb_num: u8ncb_buffer: *mut u8ncb_length: u16ncb_callname: [u8; 16]ncb_name: [u8; 16]ncb_rto: u8ncb_sto: u8ncb_post: isizencb_lana_num: u8ncb_cmd_cplt: u8ncb_reserve: [u8; 18]ncb_event: HANDLETrait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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