Struct winapi::windowscodecs::WICBitmapPattern [] [src]

pub struct WICBitmapPattern {
    pub Position: ULARGE_INTEGER,
    pub Length: ULONG,
    pub Pattern: *mut BYTE,
    pub Mask: *mut BYTE,
    pub EndOfStream: BOOL,
}

Fields

Position: ULARGE_INTEGER Length: ULONG Pattern: *mut BYTE Mask: *mut BYTE EndOfStream: BOOL

Trait Implementations

impl Debug for WICBitmapPattern
[src]

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

Formats the value using the given formatter.

impl Copy for WICBitmapPattern
[src]

impl Clone for WICBitmapPattern
[src]

fn clone(&self) -> WICBitmapPattern

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