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