#[repr(C)]pub struct SEQ_REC {
pub seq_id: SINT32,
pub sel_str: SINT32,
pub sel_end: SINT32,
}
Fields§
§seq_id: SINT32
§sel_str: SINT32
§sel_end: SINT32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SEQ_REC
impl Send for SEQ_REC
impl Sync for SEQ_REC
impl Unpin for SEQ_REC
impl UnwindSafe for SEQ_REC
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