pub struct OpDictProperties {
pub lspace: f64,
pub rspace: f64,
pub stretchy: bool,
pub symmetric: bool,
pub largeop: bool,
pub movablelimits: bool,
pub fence: bool,
pub separator: bool,
}Expand description
Properties returned by the operator dictionary lookup.
Fields§
§lspace: f64§rspace: f64§stretchy: bool§symmetric: bool§largeop: bool§movablelimits: bool§fence: bool§separator: boolTrait Implementations§
Source§impl Clone for OpDictProperties
impl Clone for OpDictProperties
Source§fn clone(&self) -> OpDictProperties
fn clone(&self) -> OpDictProperties
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OpDictProperties
impl Debug for OpDictProperties
Source§impl Default for OpDictProperties
impl Default for OpDictProperties
Source§fn default() -> OpDictProperties
fn default() -> OpDictProperties
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OpDictProperties
impl RefUnwindSafe for OpDictProperties
impl Send for OpDictProperties
impl Sync for OpDictProperties
impl Unpin for OpDictProperties
impl UnsafeUnpin for OpDictProperties
impl UnwindSafe for OpDictProperties
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