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