pub struct EnumBaseTypeVector {
    pub nodes: (IntegerVectorType, Option<Signing>, Option<PackedDimension>),
}Fields§
§nodes: (IntegerVectorType, Option<Signing>, Option<PackedDimension>)Trait Implementations§
Source§impl Clone for EnumBaseTypeVector
 
impl Clone for EnumBaseTypeVector
Source§fn clone(&self) -> EnumBaseTypeVector
 
fn clone(&self) -> EnumBaseTypeVector
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 EnumBaseTypeVector
 
impl Debug for EnumBaseTypeVector
Source§impl<'a> From<&'a EnumBaseTypeVector> for RefNode<'a>
 
impl<'a> From<&'a EnumBaseTypeVector> for RefNode<'a>
Source§fn from(x: &'a EnumBaseTypeVector) -> RefNode<'a>
 
fn from(x: &'a EnumBaseTypeVector) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a EnumBaseTypeVector> for RefNodes<'a>
 
impl<'a> From<&'a EnumBaseTypeVector> for RefNodes<'a>
Source§fn from(x: &'a EnumBaseTypeVector) -> RefNodes<'a>
 
fn from(x: &'a EnumBaseTypeVector) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<EnumBaseTypeVector> for AnyNode
 
impl From<EnumBaseTypeVector> for AnyNode
Source§fn from(x: EnumBaseTypeVector) -> AnyNode
 
fn from(x: EnumBaseTypeVector) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a EnumBaseTypeVector
 
impl<'a> IntoIterator for &'a EnumBaseTypeVector
Source§impl PartialEq for EnumBaseTypeVector
 
impl PartialEq for EnumBaseTypeVector
Source§impl<'a> TryFrom<&'a EnumBaseTypeVector> for Locate
 
impl<'a> TryFrom<&'a EnumBaseTypeVector> for Locate
Source§impl TryFrom<AnyNode> for EnumBaseTypeVector
 
impl TryFrom<AnyNode> for EnumBaseTypeVector
Source§impl TryFrom<EnumBaseTypeVector> for Locate
 
impl TryFrom<EnumBaseTypeVector> for Locate
impl StructuralPartialEq for EnumBaseTypeVector
Auto Trait Implementations§
impl Freeze for EnumBaseTypeVector
impl RefUnwindSafe for EnumBaseTypeVector
impl Send for EnumBaseTypeVector
impl Sync for EnumBaseTypeVector
impl Unpin for EnumBaseTypeVector
impl UnwindSafe for EnumBaseTypeVector
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