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