Struct stm32_metapac::jpeg::regs::Huffbase7
#[repr(transparent)]pub struct Huffbase7(pub u32);
Expand description
JPEG HuffSymb tables
Tuple Fields§
§0: u32
Implementations§
§impl Huffbase7
impl Huffbase7
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 Huffbase7
impl Eq for Huffbase7
impl StructuralPartialEq for Huffbase7
Auto Trait Implementations§
impl Freeze for Huffbase7
impl RefUnwindSafe for Huffbase7
impl Send for Huffbase7
impl Sync for Huffbase7
impl Unpin for Huffbase7
impl UnwindSafe for Huffbase7
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
)