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