pub struct Options {
pub red_blank_ver: ReducedBlankingVersion,
pub h_pixels: i32,
pub v_lines: i32,
pub ip_freq_rqd: f64,
pub video_opt: bool,
pub vblank: f64,
pub additional_hblank: i32,
pub early_vsync_rqd: bool,
pub int_rqd: bool,
pub margins_rqd: bool,
}
Expand description
Input parameters, defined in table 3-1.
Fields§
§red_blank_ver: ReducedBlankingVersion
§h_pixels: i32
§v_lines: i32
§ip_freq_rqd: f64
§video_opt: bool
§vblank: f64
§additional_hblank: i32
§early_vsync_rqd: bool
§int_rqd: bool
§margins_rqd: bool
Trait Implementations§
Source§impl From<di_cvt_options> for Options
impl From<di_cvt_options> for Options
Source§fn from(value: di_cvt_options) -> Options
fn from(value: di_cvt_options) -> Options
Converts to this type from the input type.
impl Copy for Options
Auto Trait Implementations§
impl Freeze for Options
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
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