Struct stm32_metapac::jpeg::regs::Huffbase8
#[repr(transparent)]pub struct Huffbase8(pub u32);
Expand description
JPEG HuffSymb tables
Tuple Fields§
§0: u32
Implementations§
§impl Huffbase8
impl Huffbase8
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 Copy for Huffbase8
impl Eq for Huffbase8
impl StructuralPartialEq for Huffbase8
Auto Trait Implementations§
impl Freeze for Huffbase8
impl RefUnwindSafe for Huffbase8
impl Send for Huffbase8
impl Sync for Huffbase8
impl Unpin for Huffbase8
impl UnwindSafe for Huffbase8
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)