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