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