Struct windows_sys::System::UserPictureSize
[−]#[repr(transparent)]pub struct UserPictureSize(pub i32);
Expand description
Required features: "System"
Tuple Fields
0: i32
Implementations
impl UserPictureSize
impl UserPictureSize
pub const Size64x64: Self = Self(0i32)
pub const Size208x208: Self = Self(1i32)
pub const Size424x424: Self = Self(2i32)
pub const Size1080x1080: Self = Self(3i32)
Trait Implementations
impl Clone for UserPictureSize
impl Clone for UserPictureSize
impl Copy for UserPictureSize
Auto Trait Implementations
impl RefUnwindSafe for UserPictureSize
impl Send for UserPictureSize
impl Sync for UserPictureSize
impl Unpin for UserPictureSize
impl UnwindSafe for UserPictureSize
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more