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