pub struct VendorHdmiForumBlock {
pub scds: HdmiScds,
}Available on crate feature
v0_3 only.Expand description
HDMI Forum vendor-specific data block (HF-VSDB).
This block is defined in HDMI 2.1 section 10.3.2.
Fields§
§scds: HdmiScdsTrait Implementations§
Source§impl Clone for VendorHdmiForumBlock
impl Clone for VendorHdmiForumBlock
Source§fn clone(&self) -> VendorHdmiForumBlock
fn clone(&self) -> VendorHdmiForumBlock
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 VendorHdmiForumBlock
impl Debug for VendorHdmiForumBlock
Source§impl From<di_cta_vendor_hdmi_forum_block> for VendorHdmiForumBlock
impl From<di_cta_vendor_hdmi_forum_block> for VendorHdmiForumBlock
Source§fn from(value: di_cta_vendor_hdmi_forum_block) -> VendorHdmiForumBlock
fn from(value: di_cta_vendor_hdmi_forum_block) -> VendorHdmiForumBlock
Converts to this type from the input type.
impl Copy for VendorHdmiForumBlock
Auto Trait Implementations§
impl Freeze for VendorHdmiForumBlock
impl RefUnwindSafe for VendorHdmiForumBlock
impl Send for VendorHdmiForumBlock
impl Sync for VendorHdmiForumBlock
impl Unpin for VendorHdmiForumBlock
impl UnwindSafe for VendorHdmiForumBlock
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