pub struct AstContinuationVarIntDecl {
pub name: String,
pub annotations: Vec<AstAnnotation>,
pub continuation_bit: String,
pub value_bits: u8,
pub max_bytes: u8,
pub byte_order: String,
pub exported: bool,
pub span: Option<Span>,
}Fields§
§name: String§annotations: Vec<AstAnnotation>§continuation_bit: String§value_bits: u8§max_bytes: u8§byte_order: String§exported: bool§span: Option<Span>Trait Implementations§
Source§impl Clone for AstContinuationVarIntDecl
impl Clone for AstContinuationVarIntDecl
Source§fn clone(&self) -> AstContinuationVarIntDecl
fn clone(&self) -> AstContinuationVarIntDecl
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 AstContinuationVarIntDecl
impl Debug for AstContinuationVarIntDecl
impl StructuralPartialEq for AstContinuationVarIntDecl
Auto Trait Implementations§
impl Freeze for AstContinuationVarIntDecl
impl RefUnwindSafe for AstContinuationVarIntDecl
impl Send for AstContinuationVarIntDecl
impl Sync for AstContinuationVarIntDecl
impl Unpin for AstContinuationVarIntDecl
impl UnsafeUnpin for AstContinuationVarIntDecl
impl UnwindSafe for AstContinuationVarIntDecl
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