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