Struct stm32_metapac::jpeg::regs::Huffbase27
#[repr(transparent)]pub struct Huffbase27(pub u32);
Expand description
JPEG HuffSymb tables
Tuple Fields§
§0: u32
Implementations§
§impl Huffbase27
impl Huffbase27
pub const fn huff_base_ram_0(&self) -> u16
pub const fn huff_base_ram_0(&self) -> u16
HuffBase RAM
pub fn set_huff_base_ram_0(&mut self, val: u16)
pub fn set_huff_base_ram_0(&mut self, val: u16)
HuffBase RAM
pub const fn huff_base_ram_1(&self) -> u16
pub const fn huff_base_ram_1(&self) -> u16
HuffBase RAM
pub fn set_huff_base_ram_1(&mut self, val: u16)
pub fn set_huff_base_ram_1(&mut self, val: u16)
HuffBase RAM
Trait Implementations§
§impl Clone for Huffbase27
impl Clone for Huffbase27
§fn clone(&self) -> Huffbase27
fn clone(&self) -> Huffbase27
Returns a copy 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 more§impl Default for Huffbase27
impl Default for Huffbase27
§fn default() -> Huffbase27
fn default() -> Huffbase27
Returns the “default value” for a type. Read more
§impl PartialEq for Huffbase27
impl PartialEq for Huffbase27
§fn eq(&self, other: &Huffbase27) -> bool
fn eq(&self, other: &Huffbase27) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Huffbase27
impl Eq for Huffbase27
impl StructuralEq for Huffbase27
impl StructuralPartialEq for Huffbase27
Auto Trait Implementations§
impl RefUnwindSafe for Huffbase27
impl Send for Huffbase27
impl Sync for Huffbase27
impl Unpin for Huffbase27
impl UnwindSafe for Huffbase27
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