Struct servo_config::prefs::gen::Prefs__layout
source · pub struct Prefs__layout {
pub animations: Prefs__layout__animations,
pub columns: Prefs__layout__columns,
pub css: Prefs__layout__css,
pub flexbox: Prefs__layout__flexbox,
pub grid: Prefs__layout__grid,
pub legacy_layout: bool,
pub threads: i64,
pub writing_mode: Prefs__layout__writing_mode,
}
Fields§
§animations: Prefs__layout__animations
§columns: Prefs__layout__columns
§css: Prefs__layout__css
§flexbox: Prefs__layout__flexbox
§grid: Prefs__layout__grid
§legacy_layout: bool
§threads: i64
§writing_mode: Prefs__layout__writing_mode
Trait Implementations§
source§impl Clone for Prefs__layout
impl Clone for Prefs__layout
source§fn clone(&self) -> Prefs__layout
fn clone(&self) -> Prefs__layout
Returns a copy 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 Prefs__layout
impl Debug for Prefs__layout
source§impl Default for Prefs__layout
impl Default for Prefs__layout
source§fn default() -> Prefs__layout
fn default() -> Prefs__layout
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Prefs__layout
impl<'de> Deserialize<'de> for Prefs__layout
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for Prefs__layout
impl PartialEq for Prefs__layout
source§impl Serialize for Prefs__layout
impl Serialize for Prefs__layout
impl StructuralPartialEq for Prefs__layout
Auto Trait Implementations§
impl Freeze for Prefs__layout
impl RefUnwindSafe for Prefs__layout
impl Send for Prefs__layout
impl Sync for Prefs__layout
impl Unpin for Prefs__layout
impl UnwindSafe for Prefs__layout
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert