Struct playdate_bindgen::gen::Bindings
source · pub struct Bindings { /* private fields */ }Expand description
Engaged bindings with doc-comments.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Bindings
impl !Send for Bindings
impl !Sync for Bindings
impl Unpin for Bindings
impl UnwindSafe for Bindings
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