#[repr(C)]pub struct output_sequence {
pub sequence: *mut c_char,
pub pos: c_uint,
pub sequence_fwd: *mut c_char,
pub sequence_rev: *mut c_char,
}Fields§
§sequence: *mut c_char§pos: c_uint§sequence_fwd: *mut c_char§sequence_rev: *mut c_charTrait Implementations§
Source§impl Clone for output_sequence
impl Clone for output_sequence
Source§fn clone(&self) -> output_sequence
fn clone(&self) -> output_sequence
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 output_sequence
impl Debug for output_sequence
impl Copy for output_sequence
Auto Trait Implementations§
impl Freeze for output_sequence
impl RefUnwindSafe for output_sequence
impl !Send for output_sequence
impl !Sync for output_sequence
impl Unpin for output_sequence
impl UnsafeUnpin for output_sequence
impl UnwindSafe for output_sequence
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