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