Struct winapi::nb30::NCB [] [src]

#[repr(C)]
pub struct NCB { 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: PFPOST, pub ncb_lana_num: UCHAR, pub ncb_cmd_cplt: UCHAR, pub ncb_reserve: [UCHAR; 18], pub ncb_event: HANDLE, }

Fields

Trait Implementations

impl Copy for NCB
[src]

impl Clone for NCB
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more