pub struct SupportedSync {
pub serrated_vsync: bool,
pub sync_on_green: bool,
pub composite_sync: bool,
pub seperate_sync: bool,
}Expand description
Describes what sync signals the monitor accepts.
Fields§
§serrated_vsync: boolHSync during VSync
sync_on_green: boolSync on just green line or RGB.
composite_sync: boolSync on HSync line
seperate_sync: boolSeperate sync signals supported.
Trait Implementations§
Source§impl Clone for SupportedSync
impl Clone for SupportedSync
Source§fn clone(&self) -> SupportedSync
fn clone(&self) -> SupportedSync
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 SupportedSync
impl Debug for SupportedSync
impl Copy for SupportedSync
Auto Trait Implementations§
impl Freeze for SupportedSync
impl RefUnwindSafe for SupportedSync
impl Send for SupportedSync
impl Sync for SupportedSync
impl Unpin for SupportedSync
impl UnwindSafe for SupportedSync
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