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