pub struct LayerFlattenInputV0 {
pub layer_name: Option<String>,
pub layer_rule_count: usize,
pub peer_layer_count: usize,
pub unlayered_rule_count: usize,
pub important_declaration_count: usize,
pub closed_bundle: bool,
}Fields§
§layer_name: Option<String>§layer_rule_count: usize§peer_layer_count: usize§unlayered_rule_count: usize§important_declaration_count: usize§closed_bundle: boolTrait Implementations§
Source§impl Clone for LayerFlattenInputV0
impl Clone for LayerFlattenInputV0
Source§fn clone(&self) -> LayerFlattenInputV0
fn clone(&self) -> LayerFlattenInputV0
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 LayerFlattenInputV0
impl Debug for LayerFlattenInputV0
impl Eq for LayerFlattenInputV0
Source§impl PartialEq for LayerFlattenInputV0
impl PartialEq for LayerFlattenInputV0
Source§fn eq(&self, other: &LayerFlattenInputV0) -> bool
fn eq(&self, other: &LayerFlattenInputV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LayerFlattenInputV0
impl Serialize for LayerFlattenInputV0
impl StructuralPartialEq for LayerFlattenInputV0
Auto Trait Implementations§
impl Freeze for LayerFlattenInputV0
impl RefUnwindSafe for LayerFlattenInputV0
impl Send for LayerFlattenInputV0
impl Sync for LayerFlattenInputV0
impl Unpin for LayerFlattenInputV0
impl UnsafeUnpin for LayerFlattenInputV0
impl UnwindSafe for LayerFlattenInputV0
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