#[repr(C)]pub struct wavefront_sequences_t {Show 18 fields
pub mode: wf_sequences_mode_t,
pub reverse: bool,
pub pattern: *mut c_char,
pub text: *mut c_char,
pub pattern_begin: c_int,
pub pattern_length: c_int,
pub text_begin: c_int,
pub text_length: c_int,
pub match_funct: alignment_match_funct_t,
pub match_funct_arguments: *mut c_void,
pub seq_buffer: *mut c_char,
pub seq_buffer_allocated: c_int,
pub pattern_buffer: *mut c_char,
pub text_buffer: *mut c_char,
pub pattern_buffer_length: c_int,
pub text_buffer_length: c_int,
pub pattern_eos: c_char,
pub text_eos: c_char,
}Fields§
§mode: wf_sequences_mode_t§reverse: bool§pattern: *mut c_char§text: *mut c_char§pattern_begin: c_int§pattern_length: c_int§text_begin: c_int§text_length: c_int§match_funct: alignment_match_funct_t§match_funct_arguments: *mut c_void§seq_buffer: *mut c_char§seq_buffer_allocated: c_int§pattern_buffer: *mut c_char§text_buffer: *mut c_char§pattern_buffer_length: c_int§text_buffer_length: c_int§pattern_eos: c_char§text_eos: c_charTrait Implementations§
Source§impl Clone for wavefront_sequences_t
impl Clone for wavefront_sequences_t
Source§fn clone(&self) -> wavefront_sequences_t
fn clone(&self) -> wavefront_sequences_t
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 wavefront_sequences_t
impl Debug for wavefront_sequences_t
impl Copy for wavefront_sequences_t
Auto Trait Implementations§
impl Freeze for wavefront_sequences_t
impl RefUnwindSafe for wavefront_sequences_t
impl !Send for wavefront_sequences_t
impl !Sync for wavefront_sequences_t
impl Unpin for wavefront_sequences_t
impl UnwindSafe for wavefront_sequences_t
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