#[repr(C)]pub struct Struct_scm_t_c_hook_entry {
pub next: *mut Struct_scm_t_c_hook_entry,
pub func: scm_t_c_hook_function,
pub data: *mut c_void,
}Fields§
§next: *mut Struct_scm_t_c_hook_entry§func: scm_t_c_hook_function§data: *mut c_voidTrait Implementations§
Source§impl Clone for Struct_scm_t_c_hook_entry
impl Clone for Struct_scm_t_c_hook_entry
Source§impl Default for Struct_scm_t_c_hook_entry
impl Default for Struct_scm_t_c_hook_entry
impl Copy for Struct_scm_t_c_hook_entry
Auto Trait Implementations§
impl Freeze for Struct_scm_t_c_hook_entry
impl RefUnwindSafe for Struct_scm_t_c_hook_entry
impl !Send for Struct_scm_t_c_hook_entry
impl !Sync for Struct_scm_t_c_hook_entry
impl Unpin for Struct_scm_t_c_hook_entry
impl UnwindSafe for Struct_scm_t_c_hook_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