#[repr(C)]pub struct EMRSCALEVIEWPORTEXTEX {
pub emr: EMR,
pub xNum: i32,
pub xDenom: i32,
pub yNum: i32,
pub yDenom: i32,
}Fields§
§emr: EMR§xNum: i32§xDenom: i32§yNum: i32§yDenom: i32Trait Implementations§
Source§impl Abi for EMRSCALEVIEWPORTEXTEX
impl Abi for EMRSCALEVIEWPORTEXTEX
Source§type Abi = EMRSCALEVIEWPORTEXTEX
type Abi = EMRSCALEVIEWPORTEXTEX
The abi representation of the implementing type. Read more
type DefaultType = EMRSCALEVIEWPORTEXTEX
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for EMRSCALEVIEWPORTEXTEX
impl Clone for EMRSCALEVIEWPORTEXTEX
Source§fn clone(&self) -> EMRSCALEVIEWPORTEXTEX
fn clone(&self) -> EMRSCALEVIEWPORTEXTEX
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 moreSource§impl Debug for EMRSCALEVIEWPORTEXTEX
impl Debug for EMRSCALEVIEWPORTEXTEX
Source§impl Default for EMRSCALEVIEWPORTEXTEX
impl Default for EMRSCALEVIEWPORTEXTEX
Source§impl PartialEq for EMRSCALEVIEWPORTEXTEX
impl PartialEq for EMRSCALEVIEWPORTEXTEX
impl Copy for EMRSCALEVIEWPORTEXTEX
impl Eq for EMRSCALEVIEWPORTEXTEX
Auto Trait Implementations§
impl Freeze for EMRSCALEVIEWPORTEXTEX
impl RefUnwindSafe for EMRSCALEVIEWPORTEXTEX
impl Send for EMRSCALEVIEWPORTEXTEX
impl Sync for EMRSCALEVIEWPORTEXTEX
impl Unpin for EMRSCALEVIEWPORTEXTEX
impl UnwindSafe for EMRSCALEVIEWPORTEXTEX
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