Struct SocketActivityConnectedStandbyAction
#[repr(transparent)]pub struct SocketActivityConnectedStandbyAction(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for SocketActivityConnectedStandbyAction
impl Clone for SocketActivityConnectedStandbyAction
§fn clone(&self) -> SocketActivityConnectedStandbyAction
fn clone(&self) -> SocketActivityConnectedStandbyAction
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 SocketActivityConnectedStandbyAction
impl Default for SocketActivityConnectedStandbyAction
§fn default() -> SocketActivityConnectedStandbyAction
fn default() -> SocketActivityConnectedStandbyAction
Returns the “default value” for a type. Read more
§impl PartialEq for SocketActivityConnectedStandbyAction
impl PartialEq for SocketActivityConnectedStandbyAction
§fn eq(&self, other: &SocketActivityConnectedStandbyAction) -> bool
fn eq(&self, other: &SocketActivityConnectedStandbyAction) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for SocketActivityConnectedStandbyAction
impl Eq for SocketActivityConnectedStandbyAction
impl StructuralPartialEq for SocketActivityConnectedStandbyAction
Auto Trait Implementations§
impl Freeze for SocketActivityConnectedStandbyAction
impl RefUnwindSafe for SocketActivityConnectedStandbyAction
impl Send for SocketActivityConnectedStandbyAction
impl Sync for SocketActivityConnectedStandbyAction
impl Unpin for SocketActivityConnectedStandbyAction
impl UnwindSafe for SocketActivityConnectedStandbyAction
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