pub enum BuzzerType {
Continuous,
Single,
Double,
Triple,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Debug for BuzzerType
impl Debug for BuzzerType
Auto Trait Implementations§
impl Freeze for BuzzerType
impl RefUnwindSafe for BuzzerType
impl Send for BuzzerType
impl Sync for BuzzerType
impl Unpin for BuzzerType
impl UnwindSafe for BuzzerType
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