pub struct QuirksFields {
pub vf_reset: bool,
pub memory: bool,
pub disp_wait: bool,
pub clipping: bool,
pub shifting: bool,
pub jumping: bool,
}Expand description
A customisable set of behaviours.
Fields§
§vf_reset: bool§memory: bool§disp_wait: bool§clipping: bool§shifting: bool§jumping: boolTrait Implementations§
Source§impl Clone for QuirksFields
impl Clone for QuirksFields
Source§fn clone(&self) -> QuirksFields
fn clone(&self) -> QuirksFields
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 QuirksFields
impl Debug for QuirksFields
Source§impl From<QuirksMode> for QuirksFields
impl From<QuirksMode> for QuirksFields
Source§fn from(value: QuirksMode) -> Self
fn from(value: QuirksMode) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for QuirksFields
impl RefUnwindSafe for QuirksFields
impl Send for QuirksFields
impl Sync for QuirksFields
impl Unpin for QuirksFields
impl UnsafeUnpin for QuirksFields
impl UnwindSafe for QuirksFields
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