#[repr(transparent)]pub struct Ocr(pub u32);Expand description
GPT Output Compare Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Ocr
impl Eq for Ocr
impl StructuralPartialEq for Ocr
Auto Trait Implementations§
impl Freeze for Ocr
impl RefUnwindSafe for Ocr
impl Send for Ocr
impl Sync for Ocr
impl Unpin for Ocr
impl UnwindSafe for Ocr
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