#[repr(u8)]pub enum Cf {
CF_0 = 0,
CF_1 = 1,
}Variants§
CF_0 = 0
Port routing control logic default-routes each port to an implementation dependent classic host controller.
CF_1 = 1
Port routing control logic default-routes all ports to this host controller.
Implementations§
Trait Implementations§
Source§impl Ord for Cf
impl Ord for Cf
Source§impl PartialOrd for Cf
impl PartialOrd for Cf
impl Copy for Cf
impl Eq for Cf
impl StructuralPartialEq for Cf
Auto Trait Implementations§
impl Freeze for Cf
impl RefUnwindSafe for Cf
impl Send for Cf
impl Sync for Cf
impl Unpin for Cf
impl UnwindSafe for Cf
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