Struct DEVICE_SCALE_FACTOR
#[repr(transparent)]pub struct DEVICE_SCALE_FACTOR(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DEVICE_SCALE_FACTOR
impl Clone for DEVICE_SCALE_FACTOR
§fn clone(&self) -> DEVICE_SCALE_FACTOR
fn clone(&self) -> DEVICE_SCALE_FACTOR
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 DEVICE_SCALE_FACTOR
impl Debug for DEVICE_SCALE_FACTOR
§impl Default for DEVICE_SCALE_FACTOR
impl Default for DEVICE_SCALE_FACTOR
§fn default() -> DEVICE_SCALE_FACTOR
fn default() -> DEVICE_SCALE_FACTOR
Returns the “default value” for a type. Read more
§impl PartialEq for DEVICE_SCALE_FACTOR
impl PartialEq for DEVICE_SCALE_FACTOR
impl Copy for DEVICE_SCALE_FACTOR
impl Eq for DEVICE_SCALE_FACTOR
impl StructuralPartialEq for DEVICE_SCALE_FACTOR
Auto Trait Implementations§
impl Freeze for DEVICE_SCALE_FACTOR
impl RefUnwindSafe for DEVICE_SCALE_FACTOR
impl Send for DEVICE_SCALE_FACTOR
impl Sync for DEVICE_SCALE_FACTOR
impl Unpin for DEVICE_SCALE_FACTOR
impl UnwindSafe for DEVICE_SCALE_FACTOR
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