Struct flipperzero_sys::canvas::Canvas
source · [−]#[repr(C)]pub struct Canvas { /* private fields */ }Auto Trait Implementations
impl RefUnwindSafe for Canvas
impl !Send for Canvas
impl !Sync for Canvas
impl !Unpin for Canvas
impl UnwindSafe for Canvas
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more