pub struct ST3215Handle { /* private fields */ }Expand description
Handle opaque pour ST3215
Auto Trait Implementations§
impl Freeze for ST3215Handle
impl RefUnwindSafe for ST3215Handle
impl Send for ST3215Handle
impl Sync for ST3215Handle
impl Unpin for ST3215Handle
impl UnwindSafe for ST3215Handle
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