#[repr(u8)]pub enum HostLsEop {
HOST_FS_RESUME_EOP = 0,
HOST_LS_RESUME_EOP = 1,
}Variants§
HOST_FS_RESUME_EOP = 0
Full-speed device or a low-speed device through a hub.
HOST_LS_RESUME_EOP = 1
Directly-connected low-speed device.
Implementations§
Trait Implementations§
Source§impl Ord for HostLsEop
impl Ord for HostLsEop
Source§impl PartialOrd for HostLsEop
impl PartialOrd for HostLsEop
impl Copy for HostLsEop
impl Eq for HostLsEop
impl StructuralPartialEq for HostLsEop
Auto Trait Implementations§
impl Freeze for HostLsEop
impl RefUnwindSafe for HostLsEop
impl Send for HostLsEop
impl Sync for HostLsEop
impl Unpin for HostLsEop
impl UnwindSafe for HostLsEop
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