#[repr(u8)]pub enum Pwm1Rst {
RELEASED = 0,
ASSERTED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Pwm1Rst
impl Ord for Pwm1Rst
Source§impl PartialOrd for Pwm1Rst
impl PartialOrd for Pwm1Rst
impl Copy for Pwm1Rst
impl Eq for Pwm1Rst
impl StructuralPartialEq for Pwm1Rst
Auto Trait Implementations§
impl Freeze for Pwm1Rst
impl RefUnwindSafe for Pwm1Rst
impl Send for Pwm1Rst
impl Sync for Pwm1Rst
impl Unpin for Pwm1Rst
impl UnwindSafe for Pwm1Rst
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