pub enum RndisState {
Initializing,
Operational,
Halted,
}
Variants§
Trait Implementations§
Source§impl Clone for RndisState
impl Clone for RndisState
Source§fn clone(&self) -> RndisState
fn clone(&self) -> RndisState
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 moreSource§impl Debug for RndisState
impl Debug for RndisState
Source§impl PartialEq for RndisState
impl PartialEq for RndisState
impl Copy for RndisState
impl Eq for RndisState
impl StructuralPartialEq for RndisState
Auto Trait Implementations§
impl Freeze for RndisState
impl RefUnwindSafe for RndisState
impl Send for RndisState
impl Sync for RndisState
impl Unpin for RndisState
impl UnwindSafe for RndisState
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