pub struct PMIC_STBY_REQ { /* private fields */ }
Expand description
PMIC_STBY_REQ peripheral
Implementations§
Trait Implementations§
Source§impl Clone for PMIC_STBY_REQ
impl Clone for PMIC_STBY_REQ
Source§impl Debug for PMIC_STBY_REQ
impl Debug for PMIC_STBY_REQ
Source§impl Format for PMIC_STBY_REQ
impl Format for PMIC_STBY_REQ
Source§impl From<PMIC_STBY_REQ> for AnyPin
impl From<PMIC_STBY_REQ> for AnyPin
Source§fn from(val: PMIC_STBY_REQ) -> Self
fn from(val: PMIC_STBY_REQ) -> Self
Converts to this type from the input type.
Source§impl Pin for PMIC_STBY_REQ
impl Pin for PMIC_STBY_REQ
impl Copy for PMIC_STBY_REQ
impl PeripheralType for PMIC_STBY_REQ
Auto Trait Implementations§
impl Freeze for PMIC_STBY_REQ
impl RefUnwindSafe for PMIC_STBY_REQ
impl Send for PMIC_STBY_REQ
impl Sync for PMIC_STBY_REQ
impl Unpin for PMIC_STBY_REQ
impl UnwindSafe for PMIC_STBY_REQ
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