#[repr(C)]pub struct RawSeqStore_t {
pub seq: *mut rawSeq,
pub pos: size_t,
pub posInSequence: size_t,
pub size: size_t,
pub capacity: size_t,
}Fields§
§seq: *mut rawSeq§pos: size_t§posInSequence: size_t§size: size_t§capacity: size_tTrait Implementations§
Source§impl Clone for RawSeqStore_t
impl Clone for RawSeqStore_t
Source§fn clone(&self) -> RawSeqStore_t
fn clone(&self) -> RawSeqStore_t
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 RawSeqStore_t
Auto Trait Implementations§
impl !Send for RawSeqStore_t
impl !Sync for RawSeqStore_t
impl Freeze for RawSeqStore_t
impl RefUnwindSafe for RawSeqStore_t
impl Unpin for RawSeqStore_t
impl UnsafeUnpin for RawSeqStore_t
impl UnwindSafe for RawSeqStore_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