Trait gio::ProxyAddressExt
source · [−]pub trait ProxyAddressExt: 'static {
fn get_destination_hostname(&self) -> GString;
fn get_destination_port(&self) -> u16;
fn get_destination_protocol(&self) -> Option<GString>;
fn get_password(&self) -> Option<GString>;
fn get_protocol(&self) -> GString;
fn get_uri(&self) -> Option<GString>;
fn get_username(&self) -> Option<GString>;
}Required Methods
source
fn get_destination_hostname(&self) -> GString
source
fn get_destination_port(&self) -> u16
source
fn get_destination_protocol(&self) -> Option<GString>
source
fn get_password(&self) -> Option<GString>
source
fn get_protocol(&self) -> GString
source