#[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
Source§impl Serialize for EventBlockerPatch
impl Serialize for EventBlockerPatch
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. 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
Source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
Source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.