Struct windows::Win32::Graphics::GdiPlus::StringFormatFlags
#[repr(transparent)]pub struct StringFormatFlags(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for StringFormatFlags
impl Clone for StringFormatFlags
§fn clone(&self) -> StringFormatFlags
fn clone(&self) -> StringFormatFlags
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 more§impl Debug for StringFormatFlags
impl Debug for StringFormatFlags
§impl Default for StringFormatFlags
impl Default for StringFormatFlags
§fn default() -> StringFormatFlags
fn default() -> StringFormatFlags
Returns the “default value” for a type. Read more
§impl PartialEq for StringFormatFlags
impl PartialEq for StringFormatFlags
§fn eq(&self, other: &StringFormatFlags) -> bool
fn eq(&self, other: &StringFormatFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for StringFormatFlags
impl Eq for StringFormatFlags
impl StructuralPartialEq for StringFormatFlags
Auto Trait Implementations§
impl Freeze for StringFormatFlags
impl RefUnwindSafe for StringFormatFlags
impl Send for StringFormatFlags
impl Sync for StringFormatFlags
impl Unpin for StringFormatFlags
impl UnwindSafe for StringFormatFlags
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)