Struct playerctl_sys::_PlayerctlPlayerManager
source · [−]#[repr(C)]pub struct _PlayerctlPlayerManager {
pub parent_instance: GObject,
pub priv_: *mut PlayerctlPlayerManagerPrivate,
}
Fields
parent_instance: GObject
priv_: *mut PlayerctlPlayerManagerPrivate
Auto Trait Implementations
impl RefUnwindSafe for _PlayerctlPlayerManager
impl !Send for _PlayerctlPlayerManager
impl !Sync for _PlayerctlPlayerManager
impl Unpin for _PlayerctlPlayerManager
impl UnwindSafe for _PlayerctlPlayerManager
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