pub struct LookupSwitchPair {
pub value: u32,
pub target: u32,
}
Fields§
§value: u32
§target: u32
Trait Implementations§
Source§impl Clone for LookupSwitchPair
impl Clone for LookupSwitchPair
Source§fn clone(&self) -> LookupSwitchPair
fn clone(&self) -> LookupSwitchPair
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto 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