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