pub struct TryBlock {
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§
Auto Trait Implementations§
impl Freeze for TryBlock
impl RefUnwindSafe for TryBlock
impl Send for TryBlock
impl Sync for TryBlock
impl Unpin for TryBlock
impl UnwindSafe for TryBlock
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