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