pub struct EncodedCatchHandler {
pub handlers: Vec<EncodedTypeAddrPair>,
pub catch_all_addr: Option<u32>,
}Fields§
§handlers: Vec<EncodedTypeAddrPair>§catch_all_addr: Option<u32>Trait Implementations§
Source§impl Debug for EncodedCatchHandler
impl Debug for EncodedCatchHandler
Source§impl PartialEq for EncodedCatchHandler
impl PartialEq for EncodedCatchHandler
impl StructuralPartialEq for EncodedCatchHandler
Auto Trait Implementations§
impl Freeze for EncodedCatchHandler
impl RefUnwindSafe for EncodedCatchHandler
impl !Send for EncodedCatchHandler
impl !Sync for EncodedCatchHandler
impl Unpin for EncodedCatchHandler
impl UnwindSafe for EncodedCatchHandler
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