Struct classfile_parser::attribute_info::AttributeInfo
source · pub struct AttributeInfo {
pub attribute_name_index: u16,
pub attribute_length: u32,
pub info: Vec<u8>,
}
Fields§
§attribute_name_index: u16
§attribute_length: u32
§info: Vec<u8>
Trait Implementations§
source§impl Clone for AttributeInfo
impl Clone for AttributeInfo
source§fn clone(&self) -> AttributeInfo
fn clone(&self) -> AttributeInfo
Returns a copy 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 moreAuto Trait Implementations§
impl RefUnwindSafe for AttributeInfo
impl Send for AttributeInfo
impl Sync for AttributeInfo
impl Unpin for AttributeInfo
impl UnwindSafe for AttributeInfo
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