Struct RemoteSystemSessionParticipantWatcherStatus
#[repr(transparent)]pub struct RemoteSystemSessionParticipantWatcherStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for RemoteSystemSessionParticipantWatcherStatus
impl Clone for RemoteSystemSessionParticipantWatcherStatus
§fn clone(&self) -> RemoteSystemSessionParticipantWatcherStatus
fn clone(&self) -> RemoteSystemSessionParticipantWatcherStatus
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for RemoteSystemSessionParticipantWatcherStatus
impl Default for RemoteSystemSessionParticipantWatcherStatus
§fn default() -> RemoteSystemSessionParticipantWatcherStatus
fn default() -> RemoteSystemSessionParticipantWatcherStatus
Returns the “default value” for a type. Read more
§impl PartialEq for RemoteSystemSessionParticipantWatcherStatus
impl PartialEq for RemoteSystemSessionParticipantWatcherStatus
§fn eq(&self, other: &RemoteSystemSessionParticipantWatcherStatus) -> bool
fn eq(&self, other: &RemoteSystemSessionParticipantWatcherStatus) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for RemoteSystemSessionParticipantWatcherStatus
impl Eq for RemoteSystemSessionParticipantWatcherStatus
impl StructuralPartialEq for RemoteSystemSessionParticipantWatcherStatus
Auto Trait Implementations§
impl Freeze for RemoteSystemSessionParticipantWatcherStatus
impl RefUnwindSafe for RemoteSystemSessionParticipantWatcherStatus
impl Send for RemoteSystemSessionParticipantWatcherStatus
impl Sync for RemoteSystemSessionParticipantWatcherStatus
impl Unpin for RemoteSystemSessionParticipantWatcherStatus
impl UnwindSafe for RemoteSystemSessionParticipantWatcherStatus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more