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