pub struct DimensionFitStyle {
pub rule: DIMENSION_FIT_RULE,
pub text_placement: DIMENSION_TEXT_PLACEMENT,
pub force_text_inside: bool,
}Fields§
§rule: DIMENSION_FIT_RULE§text_placement: DIMENSION_TEXT_PLACEMENT§force_text_inside: boolTrait Implementations§
Source§impl Clone for DimensionFitStyle
impl Clone for DimensionFitStyle
Source§fn clone(&self) -> DimensionFitStyle
fn clone(&self) -> DimensionFitStyle
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 DimensionFitStyle
impl Debug for DimensionFitStyle
Source§impl PartialEq for DimensionFitStyle
impl PartialEq for DimensionFitStyle
impl StructuralPartialEq for DimensionFitStyle
Auto Trait Implementations§
impl Freeze for DimensionFitStyle
impl RefUnwindSafe for DimensionFitStyle
impl Send for DimensionFitStyle
impl Sync for DimensionFitStyle
impl Unpin for DimensionFitStyle
impl UnwindSafe for DimensionFitStyle
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