#[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 ClutterActorTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClutterAnyEvent
Auto Trait Implementations§
impl !Send for ClutterAnyEvent
impl !Sync for ClutterAnyEvent
impl Freeze for ClutterAnyEvent
impl RefUnwindSafe for ClutterAnyEvent
impl Unpin for ClutterAnyEvent
impl UnsafeUnpin 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