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