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,
}
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 Freeze for NCB
impl RefUnwindSafe for NCB
impl !Send for NCB
impl !Sync for NCB
impl Unpin for NCB
impl UnwindSafe for NCB
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)