pub enum UsbCPowerDelivery {
StandardCharging = 0,
FastCharging = 1,
}Expand description
Was USB-C power delivery negotiated (FastCharging) or not (StandardCharging)?
Variants§
Trait Implementations§
Source§impl Debug for UsbCPowerDelivery
impl Debug for UsbCPowerDelivery
Auto Trait Implementations§
impl Freeze for UsbCPowerDelivery
impl RefUnwindSafe for UsbCPowerDelivery
impl Send for UsbCPowerDelivery
impl Sync for UsbCPowerDelivery
impl Unpin for UsbCPowerDelivery
impl UnwindSafe for UsbCPowerDelivery
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