Struct libhmmer_sys::ESL_FILEPARSER
source · [−]#[repr(C)]pub struct ESL_FILEPARSER {
pub fp: *mut FILE,
pub buf: *mut c_char,
pub buflen: c_int,
pub s: *mut c_char,
pub commentchar: c_char,
pub filename: *mut c_char,
pub linenumber: c_int,
pub errbuf: [c_char; 128],
pub is_buffer: c_int,
pub mem_buffer: *const c_char,
pub mem_size: c_int,
pub mem_pos: c_int,
}Fields
fp: *mut FILEbuf: *mut c_charbuflen: c_ints: *mut c_charcommentchar: c_charfilename: *mut c_charlinenumber: c_interrbuf: [c_char; 128]is_buffer: c_intmem_buffer: *const c_charmem_size: c_intmem_pos: c_intTrait Implementations
sourceimpl Clone for ESL_FILEPARSER
impl Clone for ESL_FILEPARSER
sourcefn clone(&self) -> ESL_FILEPARSER
fn clone(&self) -> ESL_FILEPARSER
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ESL_FILEPARSER
impl Debug for ESL_FILEPARSER
impl Copy for ESL_FILEPARSER
Auto Trait Implementations
impl RefUnwindSafe for ESL_FILEPARSER
impl !Send for ESL_FILEPARSER
impl !Sync for ESL_FILEPARSER
impl Unpin for ESL_FILEPARSER
impl UnwindSafe for ESL_FILEPARSER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more