Struct windows::Win32::Graphics::Gdi::FONT_CLIP_PRECISION
#[repr(transparent)]pub struct FONT_CLIP_PRECISION(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl FONT_CLIP_PRECISION
impl FONT_CLIP_PRECISION
Trait Implementations§
§impl BitAnd for FONT_CLIP_PRECISION
impl BitAnd for FONT_CLIP_PRECISION
§impl BitAndAssign for FONT_CLIP_PRECISION
impl BitAndAssign for FONT_CLIP_PRECISION
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for FONT_CLIP_PRECISION
impl BitOr for FONT_CLIP_PRECISION
§impl BitOrAssign for FONT_CLIP_PRECISION
impl BitOrAssign for FONT_CLIP_PRECISION
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for FONT_CLIP_PRECISION
impl Clone for FONT_CLIP_PRECISION
§fn clone(&self) -> FONT_CLIP_PRECISION
fn clone(&self) -> FONT_CLIP_PRECISION
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 FONT_CLIP_PRECISION
impl Debug for FONT_CLIP_PRECISION
§impl Default for FONT_CLIP_PRECISION
impl Default for FONT_CLIP_PRECISION
§fn default() -> FONT_CLIP_PRECISION
fn default() -> FONT_CLIP_PRECISION
Returns the “default value” for a type. Read more
§impl Not for FONT_CLIP_PRECISION
impl Not for FONT_CLIP_PRECISION
§impl PartialEq for FONT_CLIP_PRECISION
impl PartialEq for FONT_CLIP_PRECISION
§fn eq(&self, other: &FONT_CLIP_PRECISION) -> bool
fn eq(&self, other: &FONT_CLIP_PRECISION) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FONT_CLIP_PRECISION
impl Eq for FONT_CLIP_PRECISION
impl StructuralPartialEq for FONT_CLIP_PRECISION
Auto Trait Implementations§
impl Freeze for FONT_CLIP_PRECISION
impl RefUnwindSafe for FONT_CLIP_PRECISION
impl Send for FONT_CLIP_PRECISION
impl Sync for FONT_CLIP_PRECISION
impl Unpin for FONT_CLIP_PRECISION
impl UnwindSafe for FONT_CLIP_PRECISION
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
)