pub struct LayoutOpts {
pub bias: i32,
pub full_size: i32,
pub mirrored: String,
}Fields§
§bias: i32§full_size: i32§mirrored: StringTrait Implementations§
Source§impl Debug for LayoutOpts
impl Debug for LayoutOpts
Source§impl<'de> Deserialize<'de> for LayoutOpts
impl<'de> Deserialize<'de> for LayoutOpts
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
Auto Trait Implementations§
impl Freeze for LayoutOpts
impl RefUnwindSafe for LayoutOpts
impl Send for LayoutOpts
impl Sync for LayoutOpts
impl Unpin for LayoutOpts
impl UnwindSafe for LayoutOpts
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