#[repr(C)]pub struct ESL_SQ_BLOCK {
pub count: c_int,
pub listSize: c_int,
pub complete: c_int,
pub first_seqidx: i64,
pub list: *mut ESL_SQ,
}Fields§
§count: c_int§listSize: c_int§complete: c_int§first_seqidx: i64§list: *mut ESL_SQTrait Implementations§
Source§impl Clone for ESL_SQ_BLOCK
impl Clone for ESL_SQ_BLOCK
Source§fn clone(&self) -> ESL_SQ_BLOCK
fn clone(&self) -> ESL_SQ_BLOCK
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 ESL_SQ_BLOCK
impl Debug for ESL_SQ_BLOCK
impl Copy for ESL_SQ_BLOCK
Auto Trait Implementations§
impl Freeze for ESL_SQ_BLOCK
impl RefUnwindSafe for ESL_SQ_BLOCK
impl !Send for ESL_SQ_BLOCK
impl !Sync for ESL_SQ_BLOCK
impl Unpin for ESL_SQ_BLOCK
impl UnwindSafe for ESL_SQ_BLOCK
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