Enum Ladsel
pub enum Ladsel {
_0 = 0,
_1 = 1,
}Expand description
Line Address Select
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Ladsel
impl Eq for Ladsel
impl StructuralPartialEq for Ladsel
Auto Trait Implementations§
impl Freeze for Ladsel
impl RefUnwindSafe for Ladsel
impl Send for Ladsel
impl Sync for Ladsel
impl Unpin for Ladsel
impl UnwindSafe for Ladsel
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