Struct clap_sys::events::clap_event_header
source · [−]#[repr(C)]pub struct clap_event_header {
pub size: u32,
pub time: u32,
pub space_id: u16,
pub type_: clap_event_type,
pub flags: u32,
}Fields
size: u32time: u32space_id: u16type_: clap_event_typeflags: u32Trait Implementations
sourceimpl Clone for clap_event_header
impl Clone for clap_event_header
sourcefn clone(&self) -> clap_event_header
fn clone(&self) -> clap_event_header
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for clap_event_header
Auto Trait Implementations
impl RefUnwindSafe for clap_event_header
impl Send for clap_event_header
impl Sync for clap_event_header
impl Unpin for clap_event_header
impl UnwindSafe for clap_event_header
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more