pub struct LocalSpot {
pub bb: Option<usize>,
pub local: Option<usize>,
}Fields§
§bb: Option<usize>§local: Option<usize>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LocalSpot
impl RefUnwindSafe for LocalSpot
impl Send for LocalSpot
impl Sync for LocalSpot
impl Unpin for LocalSpot
impl UnwindSafe for LocalSpot
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