#[repr(C)]pub struct _Entry {
pub slotIndex: c_int,
pub name: *const c_char,
pub attachment: *mut spAttachment,
pub next: *mut _Entry,
}Fields§
§slotIndex: c_int§name: *const c_char§attachment: *mut spAttachment§next: *mut _EntryTrait Implementations§
Auto Trait Implementations§
impl !Send for _Entry
impl !Sync for _Entry
impl Freeze for _Entry
impl RefUnwindSafe for _Entry
impl Unpin for _Entry
impl UnsafeUnpin for _Entry
impl UnwindSafe for _Entry
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