pub struct ControlSurface { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for ControlSurface
impl RefUnwindSafe for ControlSurface
impl Send for ControlSurface
impl Sync for ControlSurface
impl Unpin for ControlSurface
impl UnwindSafe for ControlSurface
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