#[repr(C)]pub struct _NCB {Show 15 fields
pub ncb_command: UCHAR,
pub ncb_retcode: UCHAR,
pub ncb_lsn: UCHAR,
pub ncb_num: UCHAR,
pub ncb_buffer: PUCHAR,
pub ncb_length: WORD,
pub ncb_callname: [UCHAR; 16],
pub ncb_name: [UCHAR; 16],
pub ncb_rto: UCHAR,
pub ncb_sto: UCHAR,
pub ncb_post: Option<unsafe extern "C" fn(arg1: *mut _NCB)>,
pub ncb_lana_num: UCHAR,
pub ncb_cmd_cplt: UCHAR,
pub ncb_reserve: [UCHAR; 18],
pub ncb_event: HANDLE,
}
Fields§
§ncb_command: UCHAR
§ncb_retcode: UCHAR
§ncb_lsn: UCHAR
§ncb_num: UCHAR
§ncb_buffer: PUCHAR
§ncb_length: WORD
§ncb_callname: [UCHAR; 16]
§ncb_name: [UCHAR; 16]
§ncb_rto: UCHAR
§ncb_sto: UCHAR
§ncb_post: Option<unsafe extern "C" fn(arg1: *mut _NCB)>
§ncb_lana_num: UCHAR
§ncb_cmd_cplt: UCHAR
§ncb_reserve: [UCHAR; 18]
§ncb_event: HANDLE
Trait Implementations§
Source§impl Ord for _NCB
impl Ord for _NCB
Source§impl PartialOrd for _NCB
impl PartialOrd for _NCB
impl Copy for _NCB
impl Eq for _NCB
impl StructuralPartialEq for _NCB
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