#[repr(C)]pub struct _evdraw_t {
pub ctx: *mut DCtx,
pub x: real32_t,
pub y: real32_t,
pub width: real32_t,
pub height: real32_t,
}Fields§
§ctx: *mut DCtx§x: real32_t§y: real32_t§width: real32_t§height: real32_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for _evdraw_t
impl RefUnwindSafe for _evdraw_t
impl !Send for _evdraw_t
impl !Sync for _evdraw_t
impl Unpin for _evdraw_t
impl UnwindSafe for _evdraw_t
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