pub struct VideoFormatPrefBlock {}Available on crate feature
v0_3 only.Expand description
Video Format Preference Data Block, defined in section 7.5.12.
Trait Implementations§
Source§impl Clone for VideoFormatPrefBlock
impl Clone for VideoFormatPrefBlock
Source§fn clone(&self) -> VideoFormatPrefBlock
fn clone(&self) -> VideoFormatPrefBlock
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 VideoFormatPrefBlock
impl Debug for VideoFormatPrefBlock
Source§impl From<di_cta_video_format_pref_block> for VideoFormatPrefBlock
impl From<di_cta_video_format_pref_block> for VideoFormatPrefBlock
Source§fn from(value: di_cta_video_format_pref_block) -> VideoFormatPrefBlock
fn from(value: di_cta_video_format_pref_block) -> VideoFormatPrefBlock
Converts to this type from the input type.
impl Copy for VideoFormatPrefBlock
Auto Trait Implementations§
impl Freeze for VideoFormatPrefBlock
impl RefUnwindSafe for VideoFormatPrefBlock
impl Send for VideoFormatPrefBlock
impl Sync for VideoFormatPrefBlock
impl Unpin for VideoFormatPrefBlock
impl UnwindSafe for VideoFormatPrefBlock
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