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