pub struct Patches {
pub patches: Vec<PatchRef>,
}
Fields§
§patches: Vec<PatchRef>
Trait Implementations§
Source§impl Bundle<(&ImageHeader, &FrameHeader)> for Patches
impl Bundle<(&ImageHeader, &FrameHeader)> for Patches
Auto Trait Implementations§
impl Freeze for Patches
impl RefUnwindSafe for Patches
impl Send for Patches
impl Sync for Patches
impl Unpin for Patches
impl UnwindSafe for Patches
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