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

#[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

ncb_command: UCHARncb_retcode: UCHARncb_lsn: UCHARncb_num: UCHARncb_buffer: PUCHARncb_length: WORDncb_callname: [UCHAR; 16]ncb_name: [UCHAR; 16]ncb_rto: UCHARncb_sto: UCHARncb_post: PFPOSTncb_lana_num: UCHARncb_cmd_cplt: UCHARncb_reserve: [UCHAR; 18]ncb_event: HANDLE

Trait Implementations

impl Copy for NCB[src]

impl Clone for NCB[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for NCB[src]

Auto Trait Implementations

impl Unpin for NCB

impl !Send for NCB

impl !Sync for NCB

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]