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