#[repr(C)]pub struct vmod_priv_methods {
pub magic: c_uint,
pub type_: *const c_char,
pub fini: vmod_priv_fini_f,
}Fields§
§magic: c_uint§type_: *const c_char§fini: vmod_priv_fini_fTrait Implementations§
Source§impl Clone for vmod_priv_methods
impl Clone for vmod_priv_methods
Source§fn clone(&self) -> vmod_priv_methods
fn clone(&self) -> vmod_priv_methods
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 vmod_priv_methods
impl Debug for vmod_priv_methods
Source§impl Default for vmod_priv_methods
impl Default for vmod_priv_methods
impl Copy for vmod_priv_methods
impl Sync for vmod_priv_methods
SAFETY: ensured by Varnish itself
Auto Trait Implementations§
impl Freeze for vmod_priv_methods
impl RefUnwindSafe for vmod_priv_methods
impl !Send for vmod_priv_methods
impl Unpin for vmod_priv_methods
impl UnwindSafe for vmod_priv_methods
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