#[repr(C)]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§
Source§impl Clone for WICBitmapPattern
impl Clone for WICBitmapPattern
Source§fn clone(&self) -> WICBitmapPattern
fn clone(&self) -> WICBitmapPattern
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for WICBitmapPattern
impl Default for WICBitmapPattern
Source§fn default() -> WICBitmapPattern
fn default() -> WICBitmapPattern
Returns the “default value” for a type. Read more
impl Copy for WICBitmapPattern
Auto Trait Implementations§
impl Freeze for WICBitmapPattern
impl RefUnwindSafe for WICBitmapPattern
impl !Send for WICBitmapPattern
impl !Sync for WICBitmapPattern
impl Unpin for WICBitmapPattern
impl UnwindSafe for WICBitmapPattern
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more