pub struct TransformPassDescriptorV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub id: &'static str,
pub kind: TransformPassKind,
pub pass_class: TransformPassClassV0,
pub phase: u8,
pub phase_order: u16,
pub depends_on: Vec<&'static str>,
pub conflicts_with: Vec<&'static str>,
}Fields§
§schema_version: &'static str§product: &'static str§id: &'static str§kind: TransformPassKind§pass_class: TransformPassClassV0§phase: u8§phase_order: u16§depends_on: Vec<&'static str>§conflicts_with: Vec<&'static str>Implementations§
Source§impl TransformPassDescriptorV0
impl TransformPassDescriptorV0
pub fn is_structural(&self) -> bool
pub fn keeps_text_local_slice_rewrite(&self) -> bool
Trait Implementations§
Source§impl Clone for TransformPassDescriptorV0
impl Clone for TransformPassDescriptorV0
Source§fn clone(&self) -> TransformPassDescriptorV0
fn clone(&self) -> TransformPassDescriptorV0
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 TransformPassDescriptorV0
impl Debug for TransformPassDescriptorV0
impl Eq for TransformPassDescriptorV0
impl StructuralPartialEq for TransformPassDescriptorV0
Auto Trait Implementations§
impl Freeze for TransformPassDescriptorV0
impl RefUnwindSafe for TransformPassDescriptorV0
impl Send for TransformPassDescriptorV0
impl Sync for TransformPassDescriptorV0
impl Unpin for TransformPassDescriptorV0
impl UnsafeUnpin for TransformPassDescriptorV0
impl UnwindSafe for TransformPassDescriptorV0
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.