#[repr(C)]pub struct DRAWTEXTPARAMS {
pub cbSize: u32,
pub iTabLength: i32,
pub iLeftMargin: i32,
pub iRightMargin: i32,
pub uiLengthDrawn: u32,
}
Fields§
§cbSize: u32
§iTabLength: i32
§iLeftMargin: i32
§iRightMargin: i32
§uiLengthDrawn: u32
Trait Implementations§
Source§impl Abi for DRAWTEXTPARAMS
impl Abi for DRAWTEXTPARAMS
Source§type Abi = DRAWTEXTPARAMS
type Abi = DRAWTEXTPARAMS
The abi representation of the implementing type. Read more
type DefaultType = DRAWTEXTPARAMS
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 DRAWTEXTPARAMS
impl Clone for DRAWTEXTPARAMS
Source§fn clone(&self) -> DRAWTEXTPARAMS
fn clone(&self) -> DRAWTEXTPARAMS
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 DRAWTEXTPARAMS
impl Debug for DRAWTEXTPARAMS
Source§impl Default for DRAWTEXTPARAMS
impl Default for DRAWTEXTPARAMS
Source§impl PartialEq for DRAWTEXTPARAMS
impl PartialEq for DRAWTEXTPARAMS
impl Copy for DRAWTEXTPARAMS
impl Eq for DRAWTEXTPARAMS
Auto Trait Implementations§
impl Freeze for DRAWTEXTPARAMS
impl RefUnwindSafe for DRAWTEXTPARAMS
impl Send for DRAWTEXTPARAMS
impl Sync for DRAWTEXTPARAMS
impl Unpin for DRAWTEXTPARAMS
impl UnwindSafe for DRAWTEXTPARAMS
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