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