#[repr(C)]pub struct NamedGridLine {
pub grid_line_name: AzString,
pub span_count: i32,
}Expand description
Named grid line with optional span count (FFI-safe wrapper)
Fields§
§grid_line_name: AzString§span_count: i32Span count, 0 means no span specified
Implementations§
Trait Implementations§
Source§impl Clone for NamedGridLine
impl Clone for NamedGridLine
Source§fn clone(&self) -> NamedGridLine
fn clone(&self) -> NamedGridLine
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 NamedGridLine
impl Debug for NamedGridLine
Source§impl Hash for NamedGridLine
impl Hash for NamedGridLine
Source§impl Ord for NamedGridLine
impl Ord for NamedGridLine
Source§fn cmp(&self, other: &NamedGridLine) -> Ordering
fn cmp(&self, other: &NamedGridLine) -> 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 NamedGridLine
impl PartialEq for NamedGridLine
Source§impl PartialOrd for NamedGridLine
impl PartialOrd for NamedGridLine
impl Eq for NamedGridLine
impl StructuralPartialEq for NamedGridLine
Auto Trait Implementations§
impl Freeze for NamedGridLine
impl RefUnwindSafe for NamedGridLine
impl Send for NamedGridLine
impl Sync for NamedGridLine
impl Unpin for NamedGridLine
impl UnwindSafe for NamedGridLine
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