pub struct Erase { /* private fields */ }Implementations§
Source§impl Erase
impl Erase
pub fn parse_delay_reset(bytes: &[u8]) -> (usize, Self)
pub fn parse_base(bytes: &[u8]) -> (usize, Self)
pub fn parse_delay(bytes: &[u8]) -> (usize, Self)
pub fn parse_range(bytes: &[u8]) -> (usize, Self)
pub fn options(&self) -> &Options
pub fn options_mut(&mut self) -> &mut Options
pub fn picture(&self) -> u32
pub fn picture_mut(&mut self) -> &mut u32
pub fn state(&self) -> &State
pub fn state_mut(&mut self) -> &mut State
Auto Trait Implementations§
impl Freeze for Erase
impl RefUnwindSafe for Erase
impl Send for Erase
impl Sync for Erase
impl Unpin for Erase
impl UnwindSafe for Erase
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