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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more