#[repr(C)]pub struct ALSASeqEventCntr {
pub buf: *mut u8,
pub length: size_t,
pub aligned: gboolean,
}Fields§
§buf: *mut u8§length: size_t§aligned: gbooleanTrait Implementations§
Source§impl Clone for ALSASeqEventCntr
impl Clone for ALSASeqEventCntr
Source§fn clone(&self) -> ALSASeqEventCntr
fn clone(&self) -> ALSASeqEventCntr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ALSASeqEventCntr
impl Debug for ALSASeqEventCntr
impl Copy for ALSASeqEventCntr
Auto Trait Implementations§
impl Freeze for ALSASeqEventCntr
impl RefUnwindSafe for ALSASeqEventCntr
impl !Send for ALSASeqEventCntr
impl !Sync for ALSASeqEventCntr
impl Unpin for ALSASeqEventCntr
impl UnwindSafe for ALSASeqEventCntr
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