pub struct DimensionMeta {
pub number_end: u32,
pub unit_escaped: bool,
}Fields§
§number_end: u32§unit_escaped: boolTrait Implementations§
Source§impl Clone for DimensionMeta
impl Clone for DimensionMeta
Source§fn clone(&self) -> DimensionMeta
fn clone(&self) -> DimensionMeta
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 moreimpl Copy for DimensionMeta
Source§impl Debug for DimensionMeta
impl Debug for DimensionMeta
impl Eq for DimensionMeta
Source§impl PartialEq for DimensionMeta
impl PartialEq for DimensionMeta
impl StructuralPartialEq for DimensionMeta
Auto Trait Implementations§
impl Freeze for DimensionMeta
impl RefUnwindSafe for DimensionMeta
impl Send for DimensionMeta
impl Sync for DimensionMeta
impl Unpin for DimensionMeta
impl UnsafeUnpin for DimensionMeta
impl UnwindSafe for DimensionMeta
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