pub struct StackMapTableAttribute {
pub number_of_entries: u16,
pub entries: Vec<StackMapFrame>,
}
Fields§
§number_of_entries: u16
§entries: Vec<StackMapFrame>
Trait Implementations§
Source§impl Clone for StackMapTableAttribute
impl Clone for StackMapTableAttribute
Source§fn clone(&self) -> StackMapTableAttribute
fn clone(&self) -> StackMapTableAttribute
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 Freeze for StackMapTableAttribute
impl RefUnwindSafe for StackMapTableAttribute
impl Send for StackMapTableAttribute
impl Sync for StackMapTableAttribute
impl Unpin for StackMapTableAttribute
impl UnwindSafe for StackMapTableAttribute
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