pub enum VLD_A {
VLD_0,
VLD_1,
}
Expand description
Valid
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for VLD_A
impl StructuralPartialEq for VLD_A
Auto Trait Implementations§
impl Freeze for VLD_A
impl RefUnwindSafe for VLD_A
impl Send for VLD_A
impl Sync for VLD_A
impl Unpin for VLD_A
impl UnwindSafe for VLD_A
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)