#[repr(transparent)]pub struct WiFiDirectServiceSessionErrorStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl WiFiDirectServiceSessionErrorStatus
impl WiFiDirectServiceSessionErrorStatus
pub const Ok: Self = _
pub const Disassociated: Self = _
pub const LocalClose: Self = _
pub const RemoteClose: Self = _
pub const SystemFailure: Self = _
pub const NoResponseFromRemote: Self = _
Trait Implementations§
§impl Clone for WiFiDirectServiceSessionErrorStatus
impl Clone for WiFiDirectServiceSessionErrorStatus
§fn clone(&self) -> WiFiDirectServiceSessionErrorStatus
fn clone(&self) -> WiFiDirectServiceSessionErrorStatus
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 WiFiDirectServiceSessionErrorStatus
impl Default for WiFiDirectServiceSessionErrorStatus
§fn default() -> WiFiDirectServiceSessionErrorStatus
fn default() -> WiFiDirectServiceSessionErrorStatus
Returns the “default value” for a type. Read more
§impl PartialEq for WiFiDirectServiceSessionErrorStatus
impl PartialEq for WiFiDirectServiceSessionErrorStatus
§fn eq(&self, other: &WiFiDirectServiceSessionErrorStatus) -> bool
fn eq(&self, other: &WiFiDirectServiceSessionErrorStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WiFiDirectServiceSessionErrorStatus
impl Eq for WiFiDirectServiceSessionErrorStatus
impl StructuralPartialEq for WiFiDirectServiceSessionErrorStatus
Auto Trait Implementations§
impl Freeze for WiFiDirectServiceSessionErrorStatus
impl RefUnwindSafe for WiFiDirectServiceSessionErrorStatus
impl Send for WiFiDirectServiceSessionErrorStatus
impl Sync for WiFiDirectServiceSessionErrorStatus
impl Unpin for WiFiDirectServiceSessionErrorStatus
impl UnwindSafe for WiFiDirectServiceSessionErrorStatus
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)