Struct windows::Win32::Graphics::Dwm::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 more§impl Default for DWM_THUMBNAIL_PROPERTIES
impl Default for DWM_THUMBNAIL_PROPERTIES
impl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)