#[repr(C)]pub struct jl_cghooks_t {
pub module_setup: *mut jl_value_t,
pub module_activation: *mut jl_value_t,
pub raise_exception: *mut jl_value_t,
}Fields§
§module_setup: *mut jl_value_t§module_activation: *mut jl_value_t§raise_exception: *mut jl_value_tTrait Implementations§
Source§impl Clone for jl_cghooks_t
impl Clone for jl_cghooks_t
Source§fn clone(&self) -> jl_cghooks_t
fn clone(&self) -> jl_cghooks_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for jl_cghooks_t
impl Debug for jl_cghooks_t
impl Copy for jl_cghooks_t
Auto Trait Implementations§
impl Freeze for jl_cghooks_t
impl RefUnwindSafe for jl_cghooks_t
impl !Send for jl_cghooks_t
impl !Sync for jl_cghooks_t
impl Unpin for jl_cghooks_t
impl UnwindSafe for jl_cghooks_t
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