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