Struct windows_sys::UI::Xaml::Media::Imaging::SvgImageSourceLoadStatus
[−]#[repr(transparent)]pub struct SvgImageSourceLoadStatus(pub i32);
Expand description
Required features: "UI_Xaml_Media_Imaging"
Tuple Fields
0: i32
Implementations
impl SvgImageSourceLoadStatus
impl SvgImageSourceLoadStatus
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 SvgImageSourceLoadStatus
impl Clone for SvgImageSourceLoadStatus
impl Copy for SvgImageSourceLoadStatus
Auto Trait Implementations
impl RefUnwindSafe for SvgImageSourceLoadStatus
impl Send for SvgImageSourceLoadStatus
impl Sync for SvgImageSourceLoadStatus
impl Unpin for SvgImageSourceLoadStatus
impl UnwindSafe for SvgImageSourceLoadStatus
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