pub struct BigWigInterval {
pub begin: u32,
pub end: u32,
pub value: f32,
}
Fields§
§begin: u32
§end: u32
§value: f32
Auto Trait Implementations§
impl Freeze for BigWigInterval
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