pub struct Get<'a> {
pub _type: &'a [u8],
pub offset: &'a [u8],
}
Fields§
§_type: &'a [u8]
§offset: &'a [u8]
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Get<'a>
impl<'a> RefUnwindSafe for Get<'a>
impl<'a> Send for Get<'a>
impl<'a> Sync for Get<'a>
impl<'a> Unpin for Get<'a>
impl<'a> UnwindSafe for Get<'a>
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