pub struct SetData {
pub offset: u16,
pub data: Vec<u8>,
}Fields§
§offset: u16§data: Vec<u8>Implementations§
Auto Trait Implementations§
impl Freeze for SetData
impl RefUnwindSafe for SetData
impl Send for SetData
impl Sync for SetData
impl Unpin for SetData
impl UnsafeUnpin for SetData
impl UnwindSafe for SetData
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