pub enum ControllerType {
PrimaryController = 0,
UnconfiguredController = 1,
AlternateMacPhyController = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for ControllerType
impl Clone for ControllerType
Source§fn clone(&self) -> ControllerType
fn clone(&self) -> ControllerType
Returns a duplicate 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 ControllerType
impl Debug for ControllerType
Source§impl Pack for ControllerType
impl Pack for ControllerType
Auto Trait Implementations§
impl Freeze for ControllerType
impl RefUnwindSafe for ControllerType
impl Send for ControllerType
impl Sync for ControllerType
impl Unpin for ControllerType
impl UnwindSafe for ControllerType
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