Struct 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