Struct windows::System::UserPictureSize
#[repr(transparent)]pub struct UserPictureSize(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl UserPictureSize
impl UserPictureSize
pub const Size64x64: Self = _
pub const Size208x208: Self = _
pub const Size424x424: Self = _
pub const Size1080x1080: Self = _
Trait Implementations§
§impl Clone for UserPictureSize
impl Clone for UserPictureSize
§fn clone(&self) -> UserPictureSize
fn clone(&self) -> UserPictureSize
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 UserPictureSize
impl Debug for UserPictureSize
§impl Default for UserPictureSize
impl Default for UserPictureSize
§fn default() -> UserPictureSize
fn default() -> UserPictureSize
Returns the “default value” for a type. Read more
§impl PartialEq for UserPictureSize
impl PartialEq for UserPictureSize
§fn eq(&self, other: &UserPictureSize) -> bool
fn eq(&self, other: &UserPictureSize) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UserPictureSize
impl Eq for UserPictureSize
impl StructuralPartialEq for UserPictureSize
Auto Trait Implementations§
impl Freeze for UserPictureSize
impl RefUnwindSafe for UserPictureSize
impl Send for UserPictureSize
impl Sync for UserPictureSize
impl Unpin for UserPictureSize
impl UnwindSafe for UserPictureSize
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
)