pub struct PatchRef {
pub ref_idx: u32,
pub x0: u32,
pub y0: u32,
pub width: u32,
pub height: u32,
pub patch_targets: Vec<PatchTarget>,
}
Fields§
§ref_idx: u32
§x0: u32
§y0: u32
§width: u32
§height: u32
§patch_targets: Vec<PatchTarget>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PatchRef
impl RefUnwindSafe for PatchRef
impl Send for PatchRef
impl Sync for PatchRef
impl Unpin for PatchRef
impl UnwindSafe for PatchRef
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