#[repr(C)]pub struct _frozen {
pub name: *const i8,
pub code: *const u8,
pub size: i32,
}
Fields§
§name: *const i8
§code: *const u8
§size: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _frozen
impl RefUnwindSafe for _frozen
impl !Send for _frozen
impl !Sync for _frozen
impl Unpin for _frozen
impl UnwindSafe for _frozen
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