Struct windows_sys::System::UserProfile::AccountPictureKind
[−]#[repr(transparent)]pub struct AccountPictureKind(pub i32);
Expand description
Required features: "System_UserProfile"
, "deprecated"
Tuple Fields
0: i32
Implementations
impl AccountPictureKind
impl AccountPictureKind
pub const SmallImage: Self = Self(0i32)
pub const LargeImage: Self = Self(1i32)
pub const Video: Self = Self(2i32)
Trait Implementations
impl Clone for AccountPictureKind
impl Clone for AccountPictureKind
impl Copy for AccountPictureKind
Auto Trait Implementations
impl RefUnwindSafe for AccountPictureKind
impl Send for AccountPictureKind
impl Sync for AccountPictureKind
impl Unpin for AccountPictureKind
impl UnwindSafe for AccountPictureKind
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