pub struct SwitchTargets {
pub(super) values: SmallVec<[Pu128; 1]>,
pub(super) targets: SmallVec<[BasicBlock; 2]>,
}
Fields§
§values: SmallVec<[Pu128; 1]>
§targets: SmallVec<[BasicBlock; 2]>
Auto Trait Implementations§
impl Freeze for SwitchTargets
impl RefUnwindSafe for SwitchTargets
impl Send for SwitchTargets
impl Sync for SwitchTargets
impl Unpin for SwitchTargets
impl UnwindSafe for SwitchTargets
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