Struct windows_sys::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,
}
Expand description
Required features: "Win32_Graphics_Dwm"
, "Win32_Foundation"
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
impl Copy for DWM_THUMBNAIL_PROPERTIES
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more