#[repr(u8)]pub enum Idp {
Bits8 = 0,
Bits9 = 1,
Bits10 = 2,
}Expand description
Intra DC presition.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Idp
impl Eq for Idp
impl IsEnum for Idp
impl StructuralPartialEq for Idp
Auto Trait Implementations§
impl Freeze for Idp
impl RefUnwindSafe for Idp
impl Send for Idp
impl Sync for Idp
impl Unpin for Idp
impl UnwindSafe for Idp
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