#[repr(C)]pub struct CssSyntaxInvalidAdvance {
pub expected: isize,
pub total: usize,
pub pos: CssSyntaxErrorPos,
}Expand description
FFI-safe wrapper for invalid advance details in CSS syntax errors.
Fields§
§expected: isize§total: usize§pos: CssSyntaxErrorPosTrait Implementations§
Source§impl Clone for CssSyntaxInvalidAdvance
impl Clone for CssSyntaxInvalidAdvance
Source§fn clone(&self) -> CssSyntaxInvalidAdvance
fn clone(&self) -> CssSyntaxInvalidAdvance
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 CssSyntaxInvalidAdvance
impl Debug for CssSyntaxInvalidAdvance
Source§impl PartialEq for CssSyntaxInvalidAdvance
impl PartialEq for CssSyntaxInvalidAdvance
Source§fn eq(&self, other: &CssSyntaxInvalidAdvance) -> bool
fn eq(&self, other: &CssSyntaxInvalidAdvance) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CssSyntaxInvalidAdvance
impl StructuralPartialEq for CssSyntaxInvalidAdvance
Auto Trait Implementations§
impl Freeze for CssSyntaxInvalidAdvance
impl RefUnwindSafe for CssSyntaxInvalidAdvance
impl Send for CssSyntaxInvalidAdvance
impl Sync for CssSyntaxInvalidAdvance
impl Unpin for CssSyntaxInvalidAdvance
impl UnsafeUnpin for CssSyntaxInvalidAdvance
impl UnwindSafe for CssSyntaxInvalidAdvance
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