#[repr(C)]pub struct cst_synth_module_struct {
pub hookname: *const c_char,
pub defhook: cst_uttfunc,
}
Fields§
§hookname: *const c_char
§defhook: cst_uttfunc
Trait Implementations§
Source§impl Clone for cst_synth_module_struct
impl Clone for cst_synth_module_struct
Source§fn clone(&self) -> cst_synth_module_struct
fn clone(&self) -> cst_synth_module_struct
Returns a duplicate 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 cst_synth_module_struct
impl Debug for cst_synth_module_struct
impl Copy for cst_synth_module_struct
Auto Trait Implementations§
impl Freeze for cst_synth_module_struct
impl RefUnwindSafe for cst_synth_module_struct
impl !Send for cst_synth_module_struct
impl !Sync for cst_synth_module_struct
impl Unpin for cst_synth_module_struct
impl UnwindSafe for cst_synth_module_struct
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