#[repr(C)]pub struct _symbol {
pub s_name: *const c_char,
pub s_thing: *mut *mut _class,
pub s_next: *mut _symbol,
}Fields§
§s_name: *const c_char§s_thing: *mut *mut _class§s_next: *mut _symbolImplementations§
Trait Implementations§
impl Copy for _symbol
impl Eq for _symbol
Auto Trait Implementations§
impl Freeze for _symbol
impl RefUnwindSafe for _symbol
impl !Send for _symbol
impl !Sync for _symbol
impl Unpin for _symbol
impl UnwindSafe for _symbol
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