#[repr(C)]pub struct ALSASeqUserClientClass {
pub parent_class: GObjectClass,
pub handle_event: Option<unsafe extern "C" fn(*mut ALSASeqUserClient, *const ALSASeqEventCntr)>,
}Fields§
§parent_class: GObjectClass§handle_event: Option<unsafe extern "C" fn(*mut ALSASeqUserClient, *const ALSASeqEventCntr)>Trait Implementations§
Source§impl Clone for ALSASeqUserClientClass
impl Clone for ALSASeqUserClientClass
Source§fn clone(&self) -> ALSASeqUserClientClass
fn clone(&self) -> ALSASeqUserClientClass
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 ALSASeqUserClientClass
impl Debug for ALSASeqUserClientClass
impl Copy for ALSASeqUserClientClass
Auto Trait Implementations§
impl Freeze for ALSASeqUserClientClass
impl RefUnwindSafe for ALSASeqUserClientClass
impl !Send for ALSASeqUserClientClass
impl !Sync for ALSASeqUserClientClass
impl Unpin for ALSASeqUserClientClass
impl UnwindSafe for ALSASeqUserClientClass
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