#[repr(C)]pub struct EventBlockerPatch {
pub id: u32,
pub size_x: Option<f64>,
pub size_y: Option<f64>,
pub transform: Option<Vec<f64>>,
}
Fields§
§id: u32
§size_x: Option<f64>
§size_y: Option<f64>
§transform: Option<Vec<f64>>
Trait Implementations§
Source§impl Debug for EventBlockerPatch
impl Debug for EventBlockerPatch
Source§impl Default for EventBlockerPatch
impl Default for EventBlockerPatch
Source§fn default() -> EventBlockerPatch
fn default() -> EventBlockerPatch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EventBlockerPatch
impl RefUnwindSafe for EventBlockerPatch
impl Send for EventBlockerPatch
impl Sync for EventBlockerPatch
impl Unpin for EventBlockerPatch
impl UnwindSafe for EventBlockerPatch
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