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