pub struct VpnEditorPluginVT(/* private fields */);Implementations§
Source§impl VpnEditorPluginVT
impl VpnEditorPluginVT
pub fn uninitialized() -> Self
Trait Implementations§
Source§impl<'b> ToGlibPtr<'b, _NMVpnEditorPluginVT> for VpnEditorPluginVT
impl<'b> ToGlibPtr<'b, _NMVpnEditorPluginVT> for VpnEditorPluginVT
type Storage = NonNull<_NMVpnEditorPluginVT>
Source§fn to_glib_none(&'b self) -> Stash<'b, NMVpnEditorPluginVT, Self>
fn to_glib_none(&'b self) -> Stash<'b, NMVpnEditorPluginVT, Self>
Transfer: none. Read more
Source§fn to_glib_container(&'a self) -> Stash<'a, P, Self>
fn to_glib_container(&'a self) -> Stash<'a, P, Self>
Transfer: container. Read more
Source§fn to_glib_full(&self) -> P
fn to_glib_full(&self) -> P
Transfer: full. Read more
Source§impl<'b> ToGlibPtrMut<'b, _NMVpnEditorPluginVT> for VpnEditorPluginVT
impl<'b> ToGlibPtrMut<'b, _NMVpnEditorPluginVT> for VpnEditorPluginVT
type Storage = NonNull<_NMVpnEditorPluginVT>
Source§fn to_glib_none_mut(&'b mut self) -> StashMut<'b, NMVpnEditorPluginVT, Self>
fn to_glib_none_mut(&'b mut self) -> StashMut<'b, NMVpnEditorPluginVT, Self>
Transfer: none. Read more
Auto Trait Implementations§
impl Freeze for VpnEditorPluginVT
impl RefUnwindSafe for VpnEditorPluginVT
impl !Send for VpnEditorPluginVT
impl !Sync for VpnEditorPluginVT
impl Unpin for VpnEditorPluginVT
impl UnwindSafe for VpnEditorPluginVT
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