Struct playdate_controls::buttons::PDButtonsDisplay
source · pub struct PDButtonsDisplay<'t>(/* private fields */);Trait Implementations§
source§impl<'t> Debug for PDButtonsDisplay<'t>
impl<'t> Debug for PDButtonsDisplay<'t>
Auto Trait Implementations§
impl<'t> RefUnwindSafe for PDButtonsDisplay<'t>
impl<'t> Send for PDButtonsDisplay<'t>
impl<'t> Sync for PDButtonsDisplay<'t>
impl<'t> Unpin for PDButtonsDisplay<'t>
impl<'t> UnwindSafe for PDButtonsDisplay<'t>
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