#[repr(transparent)]pub struct CodeBinLsb(pub u32);Expand description
CODE_BIN LSB output Register
Tuple Fields§
§0: u32Implementations§
Source§impl CodeBinLsb
impl CodeBinLsb
Sourcepub const fn code_bin_lsb(&self) -> u32
pub const fn code_bin_lsb(&self) -> u32
Binary converted code (42bits)
Sourcepub const fn set_code_bin_lsb(&mut self, val: u32)
pub const fn set_code_bin_lsb(&mut self, val: u32)
Binary converted code (42bits)
Trait Implementations§
Source§impl Clone for CodeBinLsb
impl Clone for CodeBinLsb
Source§fn clone(&self) -> CodeBinLsb
fn clone(&self) -> CodeBinLsb
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CodeBinLsb
impl Debug for CodeBinLsb
Source§impl Default for CodeBinLsb
impl Default for CodeBinLsb
Source§fn default() -> CodeBinLsb
fn default() -> CodeBinLsb
Returns the “default value” for a type. Read more
Source§impl PartialEq for CodeBinLsb
impl PartialEq for CodeBinLsb
impl Copy for CodeBinLsb
impl Eq for CodeBinLsb
impl StructuralPartialEq for CodeBinLsb
Auto Trait Implementations§
impl Freeze for CodeBinLsb
impl RefUnwindSafe for CodeBinLsb
impl Send for CodeBinLsb
impl Sync for CodeBinLsb
impl Unpin for CodeBinLsb
impl UnwindSafe for CodeBinLsb
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