#[repr(C)]pub struct relopt_parse_elt {
pub optname: *const c_char,
pub opttype: relopt_type,
pub offset: c_int,
}Fields§
§optname: *const c_char§opttype: relopt_type§offset: c_intTrait Implementations§
Source§impl Clone for relopt_parse_elt
impl Clone for relopt_parse_elt
Source§fn clone(&self) -> relopt_parse_elt
fn clone(&self) -> relopt_parse_elt
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for relopt_parse_elt
impl Debug for relopt_parse_elt
Source§impl Default for relopt_parse_elt
impl Default for relopt_parse_elt
impl Copy for relopt_parse_elt
Auto Trait Implementations§
impl Freeze for relopt_parse_elt
impl RefUnwindSafe for relopt_parse_elt
impl !Send for relopt_parse_elt
impl !Sync for relopt_parse_elt
impl Unpin for relopt_parse_elt
impl UnwindSafe for relopt_parse_elt
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