pub enum UsbHubOp {
PowerOff,
PowerOn,
Suspend,
Resume,
Reset,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UsbHubOp
impl RefUnwindSafe for UsbHubOp
impl Send for UsbHubOp
impl Sync for UsbHubOp
impl Unpin for UsbHubOp
impl UnwindSafe for UsbHubOp
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