pub struct CssCodeStats {
pub n: usize,
pub m_x: usize,
pub m_z: usize,
pub rank_x: usize,
pub rank_z: usize,
pub k: usize,
pub d_x: Option<usize>,
pub d_z: Option<usize>,
}Fields§
§n: usize§m_x: usize§m_z: usize§rank_x: usize§rank_z: usize§k: usize§d_x: Option<usize>§d_z: Option<usize>Trait Implementations§
Source§impl Clone for CssCodeStats
impl Clone for CssCodeStats
Source§fn clone(&self) -> CssCodeStats
fn clone(&self) -> CssCodeStats
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 CssCodeStats
impl Debug for CssCodeStats
Source§impl<'de> Deserialize<'de> for CssCodeStats
impl<'de> Deserialize<'de> for CssCodeStats
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CssCodeStats
Source§impl PartialEq for CssCodeStats
impl PartialEq for CssCodeStats
Source§impl Serialize for CssCodeStats
impl Serialize for CssCodeStats
impl StructuralPartialEq for CssCodeStats
Auto Trait Implementations§
impl Freeze for CssCodeStats
impl RefUnwindSafe for CssCodeStats
impl Send for CssCodeStats
impl Sync for CssCodeStats
impl Unpin for CssCodeStats
impl UnsafeUnpin for CssCodeStats
impl UnwindSafe for CssCodeStats
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