#[repr(C)]pub struct AutomationEventList {
pub capacity: c_uint,
pub count: c_uint,
pub events: *mut AutomationEvent,
}Fields§
§capacity: c_uint§count: c_uint§events: *mut AutomationEventTrait Implementations§
Source§impl Clone for AutomationEventList
impl Clone for AutomationEventList
Source§fn clone(&self) -> AutomationEventList
fn clone(&self) -> AutomationEventList
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 AutomationEventList
Source§impl Debug for AutomationEventList
impl Debug for AutomationEventList
Source§impl Default for AutomationEventList
impl Default for AutomationEventList
Source§impl PartialEq for AutomationEventList
impl PartialEq for AutomationEventList
Source§fn eq(&self, other: &AutomationEventList) -> bool
fn eq(&self, other: &AutomationEventList) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AutomationEventList
Auto Trait Implementations§
impl !Send for AutomationEventList
impl !Sync for AutomationEventList
impl Freeze for AutomationEventList
impl RefUnwindSafe for AutomationEventList
impl Unpin for AutomationEventList
impl UnsafeUnpin for AutomationEventList
impl UnwindSafe for AutomationEventList
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