#[repr(transparent)]pub struct BinaryCodeLsb(pub u32);Expand description
Gray to Binary Converter Binary Code [31:0]
Tuple Fields§
§0: u32Implementations§
Source§impl BinaryCodeLsb
impl BinaryCodeLsb
Sourcepub const fn code_bin_31_0(&self) -> u32
pub const fn code_bin_31_0(&self) -> u32
Binary code [31:0]
Sourcepub const fn set_code_bin_31_0(&mut self, val: u32)
pub const fn set_code_bin_31_0(&mut self, val: u32)
Binary code [31:0]
Trait Implementations§
Source§impl Clone for BinaryCodeLsb
impl Clone for BinaryCodeLsb
Source§fn clone(&self) -> BinaryCodeLsb
fn clone(&self) -> BinaryCodeLsb
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 BinaryCodeLsb
impl Debug for BinaryCodeLsb
Source§impl Default for BinaryCodeLsb
impl Default for BinaryCodeLsb
Source§fn default() -> BinaryCodeLsb
fn default() -> BinaryCodeLsb
Returns the “default value” for a type. Read more
Source§impl PartialEq for BinaryCodeLsb
impl PartialEq for BinaryCodeLsb
impl Copy for BinaryCodeLsb
impl Eq for BinaryCodeLsb
impl StructuralPartialEq for BinaryCodeLsb
Auto Trait Implementations§
impl Freeze for BinaryCodeLsb
impl RefUnwindSafe for BinaryCodeLsb
impl Send for BinaryCodeLsb
impl Sync for BinaryCodeLsb
impl Unpin for BinaryCodeLsb
impl UnwindSafe for BinaryCodeLsb
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