pub struct controls;Trait Implementations§
impl Attribute for controls
impl AudioCompat for controls
impl VideoCompat for controls
Auto Trait Implementations§
impl Freeze for controls
impl RefUnwindSafe for controls
impl Send for controls
impl Sync for controls
impl Unpin for controls
impl UnwindSafe for controls
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