#[repr(C)]pub struct EMRSELECTCLIPPATH {
pub emr: EMR,
pub iMode: DWORD,
}
Fields§
§emr: EMR
§iMode: DWORD
Trait Implementations§
Source§impl Clone for EMRSELECTCLIPPATH
impl Clone for EMRSELECTCLIPPATH
Source§fn clone(&self) -> EMRSELECTCLIPPATH
fn clone(&self) -> EMRSELECTCLIPPATH
Returns a duplicate 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 moreSource§impl Default for EMRSELECTCLIPPATH
impl Default for EMRSELECTCLIPPATH
Source§fn default() -> EMRSELECTCLIPPATH
fn default() -> EMRSELECTCLIPPATH
Returns the “default value” for a type. Read more
impl Copy for EMRSELECTCLIPPATH
Auto Trait Implementations§
impl Freeze for EMRSELECTCLIPPATH
impl RefUnwindSafe for EMRSELECTCLIPPATH
impl Send for EMRSELECTCLIPPATH
impl Sync for EMRSELECTCLIPPATH
impl Unpin for EMRSELECTCLIPPATH
impl UnwindSafe for EMRSELECTCLIPPATH
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