Struct classfile_parser::attribute_info::StackMapTableAttribute [−][src]
pub struct StackMapTableAttribute {
pub number_of_entries: u16,
pub entries: Vec<StackMapFrame>,
}Fields
number_of_entries: u16
entries: Vec<StackMapFrame>
Trait Implementations
impl Clone for StackMapTableAttribute[src]
impl Clone for StackMapTableAttributefn clone(&self) -> StackMapTableAttribute[src]
fn clone(&self) -> StackMapTableAttributeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for StackMapTableAttribute[src]
impl Debug for StackMapTableAttributeAuto Trait Implementations
impl Send for StackMapTableAttribute
impl Send for StackMapTableAttributeimpl Sync for StackMapTableAttribute
impl Sync for StackMapTableAttribute