#[repr(C)]pub struct hookdef {
pub next: Hookdef,
pub name: *mut c_char,
pub def: Hookfn,
pub flags: c_int,
pub funcs: LinkList,
}Fields§
§next: Hookdef§name: *mut c_char§def: Hookfn§flags: c_int§funcs: LinkListTrait Implementations§
Auto Trait Implementations§
impl Freeze for hookdef
impl RefUnwindSafe for hookdef
impl !Send for hookdef
impl !Sync for hookdef
impl Unpin for hookdef
impl UnwindSafe for hookdef
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