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