pub struct Svr {
pub type_: SvrType,
pub vic: u8,
pub dtd_index: u8,
pub t7_t10_vtdb_index: u8,
}Available on crate features
v0_2 or v0_3 only.Expand description
Short Video Reference, defined in section 7.5.12.
Fields§
§type_: SvrType§vic: u8§dtd_index: u8§t7_t10_vtdb_index: u8Trait Implementations§
Source§impl From<di_cta_svr> for Svr
impl From<di_cta_svr> for Svr
Source§fn from(value: di_cta_svr) -> Svr
fn from(value: di_cta_svr) -> Svr
Converts to this type from the input type.
impl Copy for Svr
Auto Trait Implementations§
impl Freeze for Svr
impl RefUnwindSafe for Svr
impl Send for Svr
impl Sync for Svr
impl Unpin for Svr
impl UnwindSafe for Svr
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