pub enum Resolution {
_8BIT,
_10BIT,
_12BIT,
_14BIT,
}Expand description
Values that can be written to the field VAL
Variants§
Auto Trait Implementations§
impl Freeze for VALW
impl RefUnwindSafe for VALW
impl Send for VALW
impl Sync for VALW
impl Unpin for VALW
impl UnsafeUnpin for VALW
impl UnwindSafe for VALW
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