#[repr(C)]pub struct EMRROUNDRECT {
pub emr: EMR,
pub rclBox: RECTL,
pub szlCorner: SIZE,
}Fields§
§emr: EMR§rclBox: RECTL§szlCorner: SIZETrait Implementations§
Source§impl Abi for EMRROUNDRECT
impl Abi for EMRROUNDRECT
Source§type Abi = EMRROUNDRECT
type Abi = EMRROUNDRECT
The abi representation of the implementing type. Read more
type DefaultType = EMRROUNDRECT
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 EMRROUNDRECT
impl Clone for EMRROUNDRECT
Source§fn clone(&self) -> EMRROUNDRECT
fn clone(&self) -> EMRROUNDRECT
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 EMRROUNDRECT
impl Debug for EMRROUNDRECT
Source§impl Default for EMRROUNDRECT
impl Default for EMRROUNDRECT
Source§impl PartialEq for EMRROUNDRECT
impl PartialEq for EMRROUNDRECT
impl Copy for EMRROUNDRECT
impl Eq for EMRROUNDRECT
Auto Trait Implementations§
impl Freeze for EMRROUNDRECT
impl RefUnwindSafe for EMRROUNDRECT
impl Send for EMRROUNDRECT
impl Sync for EMRROUNDRECT
impl Unpin for EMRROUNDRECT
impl UnwindSafe for EMRROUNDRECT
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