pub struct DesignTokenContextSignalV0 {
pub declaration_context_selector_count: usize,
pub declaration_wrapper_context_count: usize,
pub media_context_selector_count: usize,
pub supports_context_selector_count: usize,
pub layer_context_selector_count: usize,
pub wrapper_context_count: usize,
}Fields§
§declaration_context_selector_count: usize§declaration_wrapper_context_count: usize§media_context_selector_count: usize§supports_context_selector_count: usize§layer_context_selector_count: usize§wrapper_context_count: usizeTrait Implementations§
Source§impl Clone for DesignTokenContextSignalV0
impl Clone for DesignTokenContextSignalV0
Source§fn clone(&self) -> DesignTokenContextSignalV0
fn clone(&self) -> DesignTokenContextSignalV0
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 DesignTokenContextSignalV0
impl Debug for DesignTokenContextSignalV0
impl Eq for DesignTokenContextSignalV0
Source§impl PartialEq for DesignTokenContextSignalV0
impl PartialEq for DesignTokenContextSignalV0
Source§fn eq(&self, other: &DesignTokenContextSignalV0) -> bool
fn eq(&self, other: &DesignTokenContextSignalV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DesignTokenContextSignalV0
Auto Trait Implementations§
impl Freeze for DesignTokenContextSignalV0
impl RefUnwindSafe for DesignTokenContextSignalV0
impl Send for DesignTokenContextSignalV0
impl Sync for DesignTokenContextSignalV0
impl Unpin for DesignTokenContextSignalV0
impl UnsafeUnpin for DesignTokenContextSignalV0
impl UnwindSafe for DesignTokenContextSignalV0
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.