Struct phper_sys::sapi_header_struct
source · [−]Fields
header: *mut c_char
header_len: size_t
Trait Implementations
sourceimpl Clone for sapi_header_struct
impl Clone for sapi_header_struct
sourcefn clone(&self) -> sapi_header_struct
fn clone(&self) -> sapi_header_struct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for sapi_header_struct
impl Debug for sapi_header_struct
impl Copy for sapi_header_struct
Auto Trait Implementations
impl RefUnwindSafe for sapi_header_struct
impl !Send for sapi_header_struct
impl !Sync for sapi_header_struct
impl Unpin for sapi_header_struct
impl UnwindSafe for sapi_header_struct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more