#[repr(C)]pub struct Proto {
pub sizelocvars: i32,
pub locvars: *const LocVar,
}Fields§
§sizelocvars: i32§locvars: *const LocVarAuto Trait Implementations§
impl !Send for Proto
impl !Sync for Proto
impl Freeze for Proto
impl RefUnwindSafe for Proto
impl Unpin for Proto
impl UnsafeUnpin for Proto
impl UnwindSafe for Proto
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