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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more