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