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§
Sourcefn ssid_utf8(&self) -> Option<GString>
fn ssid_utf8(&self) -> Option<GString>
§Returns
the #NMSettingWireless:ssid property of the setting as a string checked for UTF8 compatibility.
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.