SettingWirelessExtManual

Trait SettingWirelessExtManual 

Source
pub trait SettingWirelessExtManual: IsA<SettingWireless, GlibType = NMSettingWireless> {
    // Provided methods
    fn ssid(&self) -> Bytes { ... }
    fn ssid_utf8(&self) -> Option<GString> { ... }
    fn set_ssid<B: Borrow<[u8]> + ?Sized>(&self, ssid: &B) { ... }
}

Provided Methods§

Source

fn ssid(&self) -> Bytes

§Returns

the #NMSettingWireless:ssid property of the setting

Source

fn ssid_utf8(&self) -> Option<GString>

§Returns

the #NMSettingWireless:ssid property of the setting as a string checked for UTF8 compatibility.

Source

fn set_ssid<B: Borrow<[u8]> + ?Sized>(&self, ssid: &B)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§