pub enum BpsLevel {
Bps16,
Bps20,
Bps24,
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BpsLevel
impl RefUnwindSafe for BpsLevel
impl Send for BpsLevel
impl Sync for BpsLevel
impl Unpin for BpsLevel
impl UnwindSafe for BpsLevel
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