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