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