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