Struct windows_sys::Win32::UI::WindowsAndMessaging::GETCLIPBMETADATA
#[repr(C)]pub struct GETCLIPBMETADATA {
pub Version: u32,
pub IsDelayRendered: BOOL,
pub IsSynthetic: BOOL,
}
Fields§
§Version: u32
§IsDelayRendered: BOOL
§IsSynthetic: BOOL
Trait Implementations§
§impl Clone for GETCLIPBMETADATA
impl Clone for GETCLIPBMETADATA
§fn clone(&self) -> GETCLIPBMETADATA
fn clone(&self) -> GETCLIPBMETADATA
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 GETCLIPBMETADATA
Auto Trait Implementations§
impl Freeze for GETCLIPBMETADATA
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
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
)