pub struct BsStartMatch3 {
pub fail: Label,
pub bin: Term,
pub live: usize,
pub destination: Register,
}Fields§
§fail: Label§bin: Term§live: usize§destination: RegisterTrait Implementations§
Source§impl Clone for BsStartMatch3
impl Clone for BsStartMatch3
Source§fn clone(&self) -> BsStartMatch3
fn clone(&self) -> BsStartMatch3
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BsStartMatch3
impl Debug for BsStartMatch3
Source§impl Decode for BsStartMatch3
impl Decode for BsStartMatch3
fn decode_with_tag<R: Read>( reader: &mut R, tag: u8, ) -> Result<Self, DecodeError>
fn decode<R: Read>(reader: &mut R) -> Result<Self, DecodeError>
Source§impl Encode for BsStartMatch3
impl Encode for BsStartMatch3
Auto Trait Implementations§
impl Freeze for BsStartMatch3
impl RefUnwindSafe for BsStartMatch3
impl Send for BsStartMatch3
impl Sync for BsStartMatch3
impl Unpin for BsStartMatch3
impl UnwindSafe for BsStartMatch3
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