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