Struct d4_bigwig::BigWigInterval
source · pub struct BigWigInterval {
pub begin: u32,
pub end: u32,
pub value: f32,
}
Fields§
§begin: u32
§end: u32
§value: f32
Auto Trait Implementations§
impl RefUnwindSafe for BigWigInterval
impl Send for BigWigInterval
impl Sync for BigWigInterval
impl Unpin for BigWigInterval
impl UnwindSafe for BigWigInterval
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