pub struct WriteInt;
Expand description
0x13: Write an integer value
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WriteInt
impl RefUnwindSafe for WriteInt
impl Send for WriteInt
impl Sync for WriteInt
impl Unpin for WriteInt
impl UnwindSafe for WriteInt
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