pub struct Writer { /* private fields */ }Implementations§
Source§impl Writer
impl Writer
Sourcepub const INSTRUMENT_FILE_SIZE: usize = 357usize
pub const INSTRUMENT_FILE_SIZE: usize = 357usize
Size at fw 6.2
pub const INSTRUMENT_FILE_SIZE_WITH_EQ: usize = 375usize
pub fn new_instrument_writer(with_eq: bool) -> Writer
pub fn write(&mut self, v: u8)
pub fn write_bytes(&mut self, bytes: &[u8])
pub fn write_string(&mut self, str: &str, fill: usize)
pub fn skip(&mut self, skip: usize)
pub fn seek(&mut self, new_pos: usize)
pub fn pos(&self) -> usize
Auto Trait Implementations§
impl Freeze for Writer
impl RefUnwindSafe for Writer
impl Send for Writer
impl Sync for Writer
impl Unpin for Writer
impl UnwindSafe for Writer
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