#[repr(u32)]pub enum HdmiFrl {
Unsupported = 0,
_3GBps3Lanes = 1,
_6GBps3Lanes = 2,
_6GBps4Lanes = 3,
_8GBps4Lanes = 4,
_10GBps4Lanes = 5,
_12GBps4Lanes = 6,
}Available on crate feature
v0_3 only.Expand description
Fixed Rate Link (FRL) support.
Variants§
Unsupported = 0
_3GBps3Lanes = 1
_6GBps3Lanes = 2
_6GBps4Lanes = 3
_8GBps4Lanes = 4
_10GBps4Lanes = 5
_12GBps4Lanes = 6
Trait Implementations§
Source§impl From<u32> for HdmiFrl
impl From<u32> for HdmiFrl
Source§fn from(value: di_cta_hdmi_frl) -> HdmiFrl
fn from(value: di_cta_hdmi_frl) -> HdmiFrl
Converts to this type from the input type.
impl Copy for HdmiFrl
impl Eq for HdmiFrl
impl StructuralPartialEq for HdmiFrl
Auto Trait Implementations§
impl Freeze for HdmiFrl
impl RefUnwindSafe for HdmiFrl
impl Send for HdmiFrl
impl Sync for HdmiFrl
impl Unpin for HdmiFrl
impl UnwindSafe for HdmiFrl
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