pub struct BrTarget {
pub table: Vec<u32>,
pub default_target: u32,
}
Fields§
§table: Vec<u32>
§default_target: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BrTarget
impl RefUnwindSafe for BrTarget
impl Send for BrTarget
impl Sync for BrTarget
impl Unpin for BrTarget
impl UnwindSafe for BrTarget
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