Struct windows_sys::System::UserPictureSize
[−]#[repr(transparent)]pub struct UserPictureSize(pub i32);Expand description
Required features: ‘System’
Tuple Fields
0: i32Implementations
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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more