#[repr(C)]pub struct QmiClientVoice {
pub parent: QmiClient,
pub priv_unused: gpointer,
}Expand description
The QmiClientVoice structure contains private data and should only be accessed
using the provided API.
Since: 1.14
The QmiClientVoice structure contains private data and should only be accessed
using the provided API.
Since: 1.14
Fields§
§parent: QmiClient§priv_unused: gpointerAuto Trait Implementations§
impl !Send for QmiClientVoice
impl !Sync for QmiClientVoice
impl Freeze for QmiClientVoice
impl RefUnwindSafe for QmiClientVoice
impl Unpin for QmiClientVoice
impl UnsafeUnpin for QmiClientVoice
impl UnwindSafe for QmiClientVoice
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