Struct windows_sys::System::RemoteLaunchUriStatus
[−]#[repr(transparent)]pub struct RemoteLaunchUriStatus(pub i32);
Expand description
Required features: "System"
Tuple Fields
0: i32
Implementations
impl RemoteLaunchUriStatus
impl RemoteLaunchUriStatus
pub const Unknown: Self = Self(0i32)
pub const Success: Self = Self(1i32)
pub const ValueSetTooLarge: Self = Self(5i32)
pub const DeniedByLocalSystem: Self = Self(6i32)
pub const DeniedByRemoteSystem: Self = Self(7i32)
Trait Implementations
impl Clone for RemoteLaunchUriStatus
impl Clone for RemoteLaunchUriStatus
impl Copy for RemoteLaunchUriStatus
Auto Trait Implementations
impl RefUnwindSafe for RemoteLaunchUriStatus
impl Send for RemoteLaunchUriStatus
impl Sync for RemoteLaunchUriStatus
impl Unpin for RemoteLaunchUriStatus
impl UnwindSafe for RemoteLaunchUriStatus
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