Struct windows_sys::Win32::Graphics::Dwm::DWM_BLURBEHIND
[−]#[repr(C, packed(1))]pub struct DWM_BLURBEHIND {
pub dwFlags: u32,
pub fEnable: BOOL,
pub hRgnBlur: HRGN,
pub fTransitionOnMaximized: BOOL,
}
Expand description
Required features: "Win32_Graphics_Dwm"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
dwFlags: u32
fEnable: BOOL
hRgnBlur: HRGN
fTransitionOnMaximized: BOOL
Trait Implementations
impl Clone for DWM_BLURBEHIND
impl Clone for DWM_BLURBEHIND
impl Copy for DWM_BLURBEHIND
Auto Trait Implementations
impl RefUnwindSafe for DWM_BLURBEHIND
impl Send for DWM_BLURBEHIND
impl Sync for DWM_BLURBEHIND
impl Unpin for DWM_BLURBEHIND
impl UnwindSafe for DWM_BLURBEHIND
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