Struct winapi::wtypesbase::FLAGGED_WORD_BLOB [] [src]

pub struct FLAGGED_WORD_BLOB {
    pub fFlags: ULONG,
    pub clSize: ULONG,
    pub asData: [c_ushort; 1],
}

Fields

fFlags: ULONG clSize: ULONG asData: [c_ushort; 1]

Trait Implementations

impl Debug for FLAGGED_WORD_BLOB
[src]

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

Formats the value using the given formatter.

impl Copy for FLAGGED_WORD_BLOB
[src]

impl Clone for FLAGGED_WORD_BLOB
[src]

fn clone(&self) -> FLAGGED_WORD_BLOB

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