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