pub struct Range { /* private fields */ }Implementations§
Source§impl Range
impl Range
pub fn parse(bytes: &[u8]) -> (usize, Self)
pub fn process_time(&self) -> u32
pub fn process_time_mut(&mut self) -> &mut u32
pub fn delay(&self) -> u32
pub fn delay_mut(&mut self) -> &mut u32
pub fn range_count(&self) -> u32
pub fn range_count_mut(&mut self) -> &mut u32
Auto Trait Implementations§
impl Freeze for Range
impl RefUnwindSafe for Range
impl Send for Range
impl Sync for Range
impl Unpin for Range
impl UnwindSafe for Range
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