#[repr(C)]pub struct ClapEventHeader {
pub size: u32,
pub time: u32,
pub space_id: u16,
pub type_: u16,
pub flags: u32,
}Fields§
§size: u32§time: u32§space_id: u16§type_: u16§flags: u32Trait Implementations§
Source§impl Clone for ClapEventHeader
impl Clone for ClapEventHeader
Source§fn clone(&self) -> ClapEventHeader
fn clone(&self) -> ClapEventHeader
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 ClapEventHeader
Auto Trait Implementations§
impl Freeze for ClapEventHeader
impl RefUnwindSafe for ClapEventHeader
impl Send for ClapEventHeader
impl Sync for ClapEventHeader
impl Unpin for ClapEventHeader
impl UnsafeUnpin for ClapEventHeader
impl UnwindSafe for ClapEventHeader
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