pub struct ChromInfo {
pub name: String,
pub length: u32,
/* private fields */
}
Expand description
Information on a chromosome in a bbi file
Fields§
§name: String
§length: u32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ChromInfo
impl Send for ChromInfo
impl Sync for ChromInfo
impl Unpin for ChromInfo
impl UnwindSafe for ChromInfo
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