#[repr(C)]pub struct local_relopt {
pub option: *mut relopt_gen,
pub offset: c_int,
}Fields§
§option: *mut relopt_gen§offset: c_intTrait 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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for local_relopt
Source§impl Debug for local_relopt
impl Debug for local_relopt
Auto Trait Implementations§
impl !Send for local_relopt
impl !Sync for local_relopt
impl Freeze for local_relopt
impl RefUnwindSafe for local_relopt
impl Unpin for local_relopt
impl UnsafeUnpin 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