#[repr(C)]pub struct apr_text_header {
pub first: *mut apr_text,
pub last: *mut apr_text,
}Expand description
A list of pieces of text
Fields§
§first: *mut apr_textThe first piece of text in the list
last: *mut apr_textThe last piece of text in the list
Trait Implementations§
Source§impl Clone for apr_text_header
impl Clone for apr_text_header
Source§fn clone(&self) -> apr_text_header
fn clone(&self) -> apr_text_header
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 apr_text_header
impl Debug for apr_text_header
impl Copy for apr_text_header
Auto Trait Implementations§
impl Freeze for apr_text_header
impl RefUnwindSafe for apr_text_header
impl !Send for apr_text_header
impl !Sync for apr_text_header
impl Unpin for apr_text_header
impl UnsafeUnpin for apr_text_header
impl UnwindSafe for apr_text_header
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