#[repr(C)]pub struct GridAutoTracks {
pub tracks: GridTrackSizingVec,
}Expand description
Represents grid-auto-columns or grid-auto-rows
Structurally identical to GridTemplate but semantically different
Fields§
§tracks: GridTrackSizingVecTrait Implementations§
Source§impl Clone for GridAutoTracks
impl Clone for GridAutoTracks
Source§fn clone(&self) -> GridAutoTracks
fn clone(&self) -> GridAutoTracks
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 GridAutoTracks
impl Debug for GridAutoTracks
Source§impl Default for GridAutoTracks
impl Default for GridAutoTracks
Source§impl FormatAsRustCode for GridAutoTracks
impl FormatAsRustCode for GridAutoTracks
fn format_as_rust_code(&self, tabs: usize) -> String
Source§impl From<GridTemplate> for GridAutoTracks
impl From<GridTemplate> for GridAutoTracks
Source§fn from(template: GridTemplate) -> Self
fn from(template: GridTemplate) -> Self
Converts to this type from the input type.
Source§impl Hash for GridAutoTracks
impl Hash for GridAutoTracks
Source§impl Ord for GridAutoTracks
impl Ord for GridAutoTracks
Source§fn cmp(&self, other: &GridAutoTracks) -> Ordering
fn cmp(&self, other: &GridAutoTracks) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GridAutoTracks
impl PartialEq for GridAutoTracks
Source§impl PartialOrd for GridAutoTracks
impl PartialOrd for GridAutoTracks
Source§impl PrintAsCssValue for GridAutoTracks
impl PrintAsCssValue for GridAutoTracks
fn print_as_css_value(&self) -> String
impl Eq for GridAutoTracks
impl StructuralPartialEq for GridAutoTracks
Auto Trait Implementations§
impl Freeze for GridAutoTracks
impl RefUnwindSafe for GridAutoTracks
impl Send for GridAutoTracks
impl Sync for GridAutoTracks
impl Unpin for GridAutoTracks
impl UnwindSafe for GridAutoTracks
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