#[repr(transparent)]pub struct Lcr(pub u32);Expand description
Line control register
Tuple Fields§
§0: u32Implementations§
Source§impl Lcr
impl Lcr
Sourcepub const fn eps(&self) -> ParitySelect
pub const fn eps(&self) -> ParitySelect
Even parity select
Sourcepub fn set_eps(&mut self, val: ParitySelect)
pub fn set_eps(&mut self, val: ParitySelect)
Even parity select
Trait Implementations§
impl Copy for Lcr
impl Eq for Lcr
impl StructuralPartialEq for Lcr
Auto Trait Implementations§
impl Freeze for Lcr
impl RefUnwindSafe for Lcr
impl Send for Lcr
impl Sync for Lcr
impl Unpin for Lcr
impl UnwindSafe for Lcr
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