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