pub struct DisplayRangeLimitsSecondaryGtf {
pub start_freq_hz: c_int,
pub c: f32,
pub m: f32,
pub k: f32,
pub j: f32,
}Fields§
§start_freq_hz: c_int§c: f32§m: f32§k: f32§j: f32Trait Implementations§
Source§impl Clone for DisplayRangeLimitsSecondaryGtf
impl Clone for DisplayRangeLimitsSecondaryGtf
Source§fn clone(&self) -> DisplayRangeLimitsSecondaryGtf
fn clone(&self) -> DisplayRangeLimitsSecondaryGtf
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 From<di_edid_display_range_limits_secondary_gtf> for DisplayRangeLimitsSecondaryGtf
impl From<di_edid_display_range_limits_secondary_gtf> for DisplayRangeLimitsSecondaryGtf
Source§fn from(
value: di_edid_display_range_limits_secondary_gtf,
) -> DisplayRangeLimitsSecondaryGtf
fn from( value: di_edid_display_range_limits_secondary_gtf, ) -> DisplayRangeLimitsSecondaryGtf
Converts to this type from the input type.
impl Copy for DisplayRangeLimitsSecondaryGtf
Auto Trait Implementations§
impl Freeze for DisplayRangeLimitsSecondaryGtf
impl RefUnwindSafe for DisplayRangeLimitsSecondaryGtf
impl Send for DisplayRangeLimitsSecondaryGtf
impl Sync for DisplayRangeLimitsSecondaryGtf
impl Unpin for DisplayRangeLimitsSecondaryGtf
impl UnwindSafe for DisplayRangeLimitsSecondaryGtf
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