pub struct CatchBlock {
pub low_high_pc: Option<(Label, Label)>,
pub ranges: Option<Label>,
pub segment: Option<Label>,
/* private fields */
}Fields§
§low_high_pc: Option<(Label, Label)>§ranges: Option<Label>§segment: Option<Label>Trait Implementations§
Source§impl Default for CatchBlock
impl Default for CatchBlock
Source§fn default() -> CatchBlock
fn default() -> CatchBlock
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CatchBlock
impl RefUnwindSafe for CatchBlock
impl Send for CatchBlock
impl Sync for CatchBlock
impl Unpin for CatchBlock
impl UnwindSafe for CatchBlock
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