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