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