Struct parse::attributes::StackMapTableAttribute
source · pub struct StackMapTableAttribute {}
Auto Trait Implementations§
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