pub struct Local {
pub local: *mut AstLocal,
pub offset: u32,
}Fields§
§local: *mut AstLocal§offset: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for Local
impl !Sync for Local
impl Freeze for Local
impl RefUnwindSafe for Local
impl Unpin for Local
impl UnsafeUnpin for Local
impl UnwindSafe for Local
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