Struct winapi::oaidl::_wireBRECORD [] [src]

pub struct _wireBRECORD {
    pub fFlags: ULONG,
    pub clSize: ULONG,
    pub pRecInfo: *mut IRecordInfo,
    pub pRecord: *mut BYTE,
}

Fields

fFlags: ULONG clSize: ULONG pRecInfo: *mut IRecordInfo pRecord: *mut BYTE

Trait Implementations

impl Debug for _wireBRECORD
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for _wireBRECORD
[src]

impl Clone for _wireBRECORD
[src]

fn clone(&self) -> _wireBRECORD

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