pub struct PowerPath {
pub usb_power_enable: bool,
pub usb_input_current: UsbInputCurrent,
pub ac_power_enable: bool,
pub ac_input_current: AcInputCurrent,
}Fields§
§usb_power_enable: bool§usb_input_current: UsbInputCurrent§ac_power_enable: bool§ac_input_current: AcInputCurrentTrait Implementations§
Auto Trait Implementations§
impl Freeze for PowerPath
impl RefUnwindSafe for PowerPath
impl Send for PowerPath
impl Sync for PowerPath
impl Unpin for PowerPath
impl UnsafeUnpin for PowerPath
impl UnwindSafe for PowerPath
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