pub enum RelativeScale {
Scale,
ScaleMin,
Percent(Percent),
}Expand description
20.340 style:rel-width
The style:rel-width attribute specifies the width of a table relative to the width of the area that the table is in.
The style:rel-width attribute has the data type percent 18.3.23.
Variants§
Trait Implementations§
Source§impl Clone for RelativeScale
impl Clone for RelativeScale
Source§fn clone(&self) -> RelativeScale
fn clone(&self) -> RelativeScale
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 RelativeScale
impl Debug for RelativeScale
Source§impl Display for RelativeScale
impl Display for RelativeScale
Source§impl PartialEq for RelativeScale
impl PartialEq for RelativeScale
impl StructuralPartialEq for RelativeScale
Auto Trait Implementations§
impl Freeze for RelativeScale
impl RefUnwindSafe for RelativeScale
impl Send for RelativeScale
impl Sync for RelativeScale
impl Unpin for RelativeScale
impl UnsafeUnpin for RelativeScale
impl UnwindSafe for RelativeScale
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