pub struct InitYregs {
pub registers: Vec<YRegister>,
}Fields§
§registers: Vec<YRegister>Trait Implementations§
Source§impl Decode for InitYregs
impl Decode for InitYregs
fn decode_with_tag<R: Read>( reader: &mut R, tag: u8, ) -> Result<Self, DecodeError>
fn decode<R: Read>(reader: &mut R) -> Result<Self, DecodeError>
Auto Trait Implementations§
impl Freeze for InitYregs
impl RefUnwindSafe for InitYregs
impl Send for InitYregs
impl Sync for InitYregs
impl Unpin for InitYregs
impl UnwindSafe for InitYregs
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