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