pub struct PatchTarget {
pub x: i32,
pub y: i32,
pub blending: Vec<BlendingModeInformation>,
}
Fields§
§x: i32
§y: i32
§blending: Vec<BlendingModeInformation>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PatchTarget
impl RefUnwindSafe for PatchTarget
impl Send for PatchTarget
impl Sync for PatchTarget
impl Unpin for PatchTarget
impl UnwindSafe for PatchTarget
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