pub struct VideoBlock {}Available on crate feature
v0_3 only.Trait Implementations§
Source§impl Clone for VideoBlock
impl Clone for VideoBlock
Source§fn clone(&self) -> VideoBlock
fn clone(&self) -> VideoBlock
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VideoBlock
impl Debug for VideoBlock
Source§impl From<di_cta_video_block> for VideoBlock
impl From<di_cta_video_block> for VideoBlock
Source§fn from(value: di_cta_video_block) -> VideoBlock
fn from(value: di_cta_video_block) -> VideoBlock
Converts to this type from the input type.
impl Copy for VideoBlock
Auto Trait Implementations§
impl Freeze for VideoBlock
impl RefUnwindSafe for VideoBlock
impl Send for VideoBlock
impl Sync for VideoBlock
impl Unpin for VideoBlock
impl UnwindSafe for VideoBlock
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