Struct alsaseq_sys::ALSASeqClientPoolClass
source · [−]#[repr(C)]pub struct ALSASeqClientPoolClass {
pub parent_class: GObjectClass,
}Fields
parent_class: GObjectClassTrait Implementations
sourceimpl Clone for ALSASeqClientPoolClass
impl Clone for ALSASeqClientPoolClass
sourcefn clone(&self) -> ALSASeqClientPoolClass
fn clone(&self) -> ALSASeqClientPoolClass
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 ALSASeqClientPoolClass
impl Debug for ALSASeqClientPoolClass
impl Copy for ALSASeqClientPoolClass
Auto Trait Implementations
impl RefUnwindSafe for ALSASeqClientPoolClass
impl !Send for ALSASeqClientPoolClass
impl !Sync for ALSASeqClientPoolClass
impl Unpin for ALSASeqClientPoolClass
impl UnwindSafe for ALSASeqClientPoolClass
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