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