Struct alsaseq_sys::ALSASeqEventCntr
source · [−]#[repr(C)]pub struct ALSASeqEventCntr {
pub buf: *mut u8,
pub length: size_t,
pub aligned: gboolean,
}Fields
buf: *mut u8length: size_taligned: gbooleanTrait Implementations
sourceimpl Clone for ALSASeqEventCntr
impl Clone for ALSASeqEventCntr
sourcefn clone(&self) -> ALSASeqEventCntr
fn clone(&self) -> ALSASeqEventCntr
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
sourceimpl Debug for ALSASeqEventCntr
impl Debug for ALSASeqEventCntr
impl Copy for ALSASeqEventCntr
Auto Trait Implementations
impl RefUnwindSafe for ALSASeqEventCntr
impl !Send for ALSASeqEventCntr
impl !Sync for ALSASeqEventCntr
impl Unpin for ALSASeqEventCntr
impl UnwindSafe for ALSASeqEventCntr
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