Struct windows_sys::Win32::UI::WindowsAndMessaging::GETCLIPBMETADATA
#[repr(C)]pub struct GETCLIPBMETADATA {
pub Version: u32,
pub IsDelayRendered: BOOL,
pub IsSynthetic: BOOL,
}Expand description
Required features: "Win32_Foundation"
Fields§
§Version: u32§IsDelayRendered: BOOL§IsSynthetic: BOOLTrait Implementations§
§impl Clone for GETCLIPBMETADATA
impl Clone for GETCLIPBMETADATA
impl Copy for GETCLIPBMETADATA
Auto Trait Implementations§
impl RefUnwindSafe for GETCLIPBMETADATA
impl Send for GETCLIPBMETADATA
impl Sync for GETCLIPBMETADATA
impl Unpin for GETCLIPBMETADATA
impl UnwindSafe for GETCLIPBMETADATA
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