#[repr(C)]pub struct ClutterAnyEvent {
pub type_: ClutterEventType,
pub time: u32,
pub flags: ClutterEventFlags,
pub stage: *mut ClutterStage,
pub source: *mut ClutterActor,
}
Fields§
§type_: ClutterEventType
§time: u32
§flags: ClutterEventFlags
§stage: *mut ClutterStage
§source: *mut ClutterActor
Trait Implementations§
Source§impl Clone for ClutterAnyEvent
impl Clone for ClutterAnyEvent
Source§fn clone(&self) -> ClutterAnyEvent
fn clone(&self) -> ClutterAnyEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ClutterAnyEvent
impl Debug for ClutterAnyEvent
impl Copy for ClutterAnyEvent
Auto Trait Implementations§
impl Freeze for ClutterAnyEvent
impl RefUnwindSafe for ClutterAnyEvent
impl !Send for ClutterAnyEvent
impl !Sync for ClutterAnyEvent
impl Unpin for ClutterAnyEvent
impl UnwindSafe for ClutterAnyEvent
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