#[repr(C)]pub struct NMVpnServicePlugin {
pub parent: GObject,
}Fields§
§parent: GObjectTrait Implementations§
Source§impl Clone for NMVpnServicePlugin
impl Clone for NMVpnServicePlugin
Source§fn clone(&self) -> NMVpnServicePlugin
fn clone(&self) -> NMVpnServicePlugin
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NMVpnServicePlugin
Auto Trait Implementations§
impl !Send for NMVpnServicePlugin
impl !Sync for NMVpnServicePlugin
impl Freeze for NMVpnServicePlugin
impl RefUnwindSafe for NMVpnServicePlugin
impl Unpin for NMVpnServicePlugin
impl UnsafeUnpin for NMVpnServicePlugin
impl UnwindSafe for NMVpnServicePlugin
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