pub struct SizingConfig {
pub width: SizingAxis,
pub height: SizingAxis,
}Fields§
§width: SizingAxis§height: SizingAxisTrait Implementations§
Source§impl Clone for SizingConfig
impl Clone for SizingConfig
Source§fn clone(&self) -> SizingConfig
fn clone(&self) -> SizingConfig
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 SizingConfig
impl Debug for SizingConfig
Source§impl Default for SizingConfig
impl Default for SizingConfig
Source§fn default() -> SizingConfig
fn default() -> SizingConfig
Returns the “default value” for a type. Read more
impl Copy for SizingConfig
Auto Trait Implementations§
impl Freeze for SizingConfig
impl RefUnwindSafe for SizingConfig
impl Send for SizingConfig
impl Sync for SizingConfig
impl Unpin for SizingConfig
impl UnsafeUnpin for SizingConfig
impl UnwindSafe for SizingConfig
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