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