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