pub struct VideoFormatPrefBlockRef(/* private fields */);Expand description
Reference for VideoFormatPrefBlock
Implementations§
Source§impl VideoFormatPrefBlockRef
impl VideoFormatPrefBlockRef
Sourcepub fn inner(&self) -> VideoFormatPrefBlock
pub fn inner(&self) -> VideoFormatPrefBlock
Access the inner VideoFormatPrefBlock
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VideoFormatPrefBlockRef
impl RefUnwindSafe for VideoFormatPrefBlockRef
impl !Send for VideoFormatPrefBlockRef
impl !Sync for VideoFormatPrefBlockRef
impl Unpin for VideoFormatPrefBlockRef
impl UnwindSafe for VideoFormatPrefBlockRef
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