Struct windows_sys::UI::Xaml::Media::LoadedImageSourceLoadStatus
[−]#[repr(transparent)]pub struct LoadedImageSourceLoadStatus(pub i32);Expand description
Required features: "UI_Xaml_Media"
Tuple Fields
0: i32Implementations
impl LoadedImageSourceLoadStatus
impl LoadedImageSourceLoadStatus
pub const Success: Self = Self(0i32)
pub const NetworkError: Self = Self(1i32)
pub const InvalidFormat: Self = Self(2i32)
pub const Other: Self = Self(3i32)
Trait Implementations
impl Clone for LoadedImageSourceLoadStatus
impl Clone for LoadedImageSourceLoadStatus
impl Copy for LoadedImageSourceLoadStatus
Auto Trait Implementations
impl RefUnwindSafe for LoadedImageSourceLoadStatus
impl Send for LoadedImageSourceLoadStatus
impl Sync for LoadedImageSourceLoadStatus
impl Unpin for LoadedImageSourceLoadStatus
impl UnwindSafe for LoadedImageSourceLoadStatus
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