Struct winapi::nb30::NCB
[−]
[src]
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; NCBNAMSZ],
pub ncb_name: [UCHAR; NCBNAMSZ],
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
ncb_command | |
ncb_retcode | |
ncb_lsn | |
ncb_num | |
ncb_buffer | |
ncb_length | |
ncb_callname | |
ncb_name | |
ncb_rto | |
ncb_sto | |
ncb_post | |
ncb_lana_num | |
ncb_cmd_cplt | |
ncb_reserve | |
ncb_event |
Trait Implementations
impl Copy for NCB[src]
impl Clone for NCB[src]
fn clone(&self) -> NCB
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more