pub struct JPEG_DIR { /* private fields */ }
Expand description
JPEG data input register
Implementations§
Auto Trait Implementations§
impl !Freeze for JPEG_DIR
impl !RefUnwindSafe for JPEG_DIR
impl Send for JPEG_DIR
impl !Sync for JPEG_DIR
impl Unpin for JPEG_DIR
impl UnwindSafe for JPEG_DIR
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