Struct DWM_THUMBNAIL_PROPERTIES
#[repr(C, packed(1))]pub struct DWM_THUMBNAIL_PROPERTIES {
pub dwFlags: u32,
pub rcDestination: RECT,
pub rcSource: RECT,
pub opacity: u8,
pub fVisible: BOOL,
pub fSourceClientAreaOnly: BOOL,
}
Fields§
§dwFlags: u32
§rcDestination: RECT
§rcSource: RECT
§opacity: u8
§fVisible: BOOL
§fSourceClientAreaOnly: BOOL
Trait Implementations§
§impl Clone for DWM_THUMBNAIL_PROPERTIES
impl Clone for DWM_THUMBNAIL_PROPERTIES
§fn clone(&self) -> DWM_THUMBNAIL_PROPERTIES
fn clone(&self) -> DWM_THUMBNAIL_PROPERTIES
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 moreimpl Copy for DWM_THUMBNAIL_PROPERTIES
Auto Trait Implementations§
impl Freeze for DWM_THUMBNAIL_PROPERTIES
impl RefUnwindSafe for DWM_THUMBNAIL_PROPERTIES
impl Send for DWM_THUMBNAIL_PROPERTIES
impl Sync for DWM_THUMBNAIL_PROPERTIES
impl Unpin for DWM_THUMBNAIL_PROPERTIES
impl UnwindSafe for DWM_THUMBNAIL_PROPERTIES
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