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