pub struct InfoframeDescriptor {
pub type_: InfoframeType,
}Expand description
CTA InfoFrame descriptor, defined in section 7.5.9.
Fields§
§type_: InfoframeTypeTrait Implementations§
Source§impl Clone for InfoframeDescriptor
impl Clone for InfoframeDescriptor
Source§fn clone(&self) -> InfoframeDescriptor
fn clone(&self) -> InfoframeDescriptor
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 InfoframeDescriptor
impl Debug for InfoframeDescriptor
Source§impl From<di_cta_infoframe_descriptor> for InfoframeDescriptor
impl From<di_cta_infoframe_descriptor> for InfoframeDescriptor
Source§fn from(value: di_cta_infoframe_descriptor) -> InfoframeDescriptor
fn from(value: di_cta_infoframe_descriptor) -> InfoframeDescriptor
Converts to this type from the input type.
impl Copy for InfoframeDescriptor
Auto Trait Implementations§
impl Freeze for InfoframeDescriptor
impl RefUnwindSafe for InfoframeDescriptor
impl Send for InfoframeDescriptor
impl Sync for InfoframeDescriptor
impl Unpin for InfoframeDescriptor
impl UnwindSafe for InfoframeDescriptor
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