pub struct StretchableOp {
pub stretchy: Stretchy,
pub nonzero_spacing: bool,
/* private fields */
}Fields§
§stretchy: Stretchy§nonzero_spacing: boolTrait Implementations§
Source§impl Clone for StretchableOp
impl Clone for StretchableOp
Source§fn clone(&self) -> StretchableOp
fn clone(&self) -> StretchableOp
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 StretchableOp
impl Debug for StretchableOp
Source§impl From<StretchableOp> for char
impl From<StretchableOp> for char
Source§fn from(op: StretchableOp) -> Self
fn from(op: StretchableOp) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StretchableOp
impl PartialEq for StretchableOp
impl Copy for StretchableOp
impl Eq for StretchableOp
impl StructuralPartialEq for StretchableOp
Auto Trait Implementations§
impl Freeze for StretchableOp
impl RefUnwindSafe for StretchableOp
impl Send for StretchableOp
impl Sync for StretchableOp
impl Unpin for StretchableOp
impl UnwindSafe for StretchableOp
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