Struct TetheringWiFiAuthenticationKind
#[repr(transparent)]pub struct TetheringWiFiAuthenticationKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for TetheringWiFiAuthenticationKind
impl Clone for TetheringWiFiAuthenticationKind
§fn clone(&self) -> TetheringWiFiAuthenticationKind
fn clone(&self) -> TetheringWiFiAuthenticationKind
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 Debug for TetheringWiFiAuthenticationKind
impl Debug for TetheringWiFiAuthenticationKind
§impl Default for TetheringWiFiAuthenticationKind
impl Default for TetheringWiFiAuthenticationKind
§fn default() -> TetheringWiFiAuthenticationKind
fn default() -> TetheringWiFiAuthenticationKind
Returns the “default value” for a type. Read more
impl Copy for TetheringWiFiAuthenticationKind
impl Eq for TetheringWiFiAuthenticationKind
impl StructuralPartialEq for TetheringWiFiAuthenticationKind
Auto Trait Implementations§
impl Freeze for TetheringWiFiAuthenticationKind
impl RefUnwindSafe for TetheringWiFiAuthenticationKind
impl Send for TetheringWiFiAuthenticationKind
impl Sync for TetheringWiFiAuthenticationKind
impl Unpin for TetheringWiFiAuthenticationKind
impl UnwindSafe for TetheringWiFiAuthenticationKind
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