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 | |
Length | |
Pattern | |
Mask | |
EndOfStream |
Trait Implementations
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