pub struct AssignArg(pub u32, pub Vec<u8>);Expand description
PROP=HEX: one entry of a write sequence.
Tuple Fields§
§0: u32§1: Vec<u8>Trait Implementations§
impl Eq for AssignArg
impl StructuralPartialEq for AssignArg
Auto Trait Implementations§
impl Freeze for AssignArg
impl RefUnwindSafe for AssignArg
impl Send for AssignArg
impl Sync for AssignArg
impl Unpin for AssignArg
impl UnwindSafe for AssignArg
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)