#[repr(C)]pub struct CounterReset {
pub counter_name: AzString,
pub value: i32,
}Fields§
§counter_name: AzString§value: i32Implementations§
Trait Implementations§
Source§impl Clone for CounterReset
impl Clone for CounterReset
Source§fn clone(&self) -> CounterReset
fn clone(&self) -> CounterReset
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 CounterReset
impl Debug for CounterReset
Source§impl Default for CounterReset
impl Default for CounterReset
Source§impl FormatAsRustCode for CounterReset
impl FormatAsRustCode for CounterReset
fn format_as_rust_code(&self, _tabs: usize) -> String
Source§impl From<CounterReset> for CssProperty
impl From<CounterReset> for CssProperty
Source§fn from(e: CounterReset) -> Self
fn from(e: CounterReset) -> Self
Converts to this type from the input type.
Source§impl Hash for CounterReset
impl Hash for CounterReset
Source§impl Ord for CounterReset
impl Ord for CounterReset
Source§fn cmp(&self, other: &CounterReset) -> Ordering
fn cmp(&self, other: &CounterReset) -> 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 CounterReset
impl PartialEq for CounterReset
Source§impl PartialOrd for CounterReset
impl PartialOrd for CounterReset
Source§impl PrintAsCssValue for CounterReset
impl PrintAsCssValue for CounterReset
fn print_as_css_value(&self) -> String
impl Eq for CounterReset
impl StructuralPartialEq for CounterReset
Auto Trait Implementations§
impl Freeze for CounterReset
impl RefUnwindSafe for CounterReset
impl Send for CounterReset
impl Sync for CounterReset
impl Unpin for CounterReset
impl UnwindSafe for CounterReset
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