pub struct AV1EncLoopRestorationFlags(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for AV1EncLoopRestorationFlags
impl RefUnwindSafe for AV1EncLoopRestorationFlags
impl Send for AV1EncLoopRestorationFlags
impl Sync for AV1EncLoopRestorationFlags
impl Unpin for AV1EncLoopRestorationFlags
impl UnsafeUnpin for AV1EncLoopRestorationFlags
impl UnwindSafe for AV1EncLoopRestorationFlags
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