#[repr(C)]pub struct ALSARawmidiSubstreamStatusClass {
pub parent_class: GObjectClass,
}Fields§
§parent_class: GObjectClassTrait Implementations§
Source§impl Clone for ALSARawmidiSubstreamStatusClass
impl Clone for ALSARawmidiSubstreamStatusClass
Source§fn clone(&self) -> ALSARawmidiSubstreamStatusClass
fn clone(&self) -> ALSARawmidiSubstreamStatusClass
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 moreimpl Copy for ALSARawmidiSubstreamStatusClass
Auto Trait Implementations§
impl Freeze for ALSARawmidiSubstreamStatusClass
impl RefUnwindSafe for ALSARawmidiSubstreamStatusClass
impl !Send for ALSARawmidiSubstreamStatusClass
impl !Sync for ALSARawmidiSubstreamStatusClass
impl Unpin for ALSARawmidiSubstreamStatusClass
impl UnwindSafe for ALSARawmidiSubstreamStatusClass
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