#[repr(C)]pub struct SPDConnectionAddress {
pub method: SPDConnectionMethod,
pub unix_socket_name: *mut c_char,
pub inet_socket_host: *mut c_char,
pub inet_socket_port: c_int,
pub dbus_bus: *mut c_char,
}
Fields§
§method: SPDConnectionMethod
§unix_socket_name: *mut c_char
§inet_socket_host: *mut c_char
§inet_socket_port: c_int
§dbus_bus: *mut c_char
Trait Implementations§
Source§impl Clone for SPDConnectionAddress
impl Clone for SPDConnectionAddress
Source§fn clone(&self) -> SPDConnectionAddress
fn clone(&self) -> SPDConnectionAddress
Returns a copy 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 SPDConnectionAddress
impl Debug for SPDConnectionAddress
impl Copy for SPDConnectionAddress
Auto Trait Implementations§
impl Freeze for SPDConnectionAddress
impl RefUnwindSafe for SPDConnectionAddress
impl !Send for SPDConnectionAddress
impl !Sync for SPDConnectionAddress
impl Unpin for SPDConnectionAddress
impl UnwindSafe for SPDConnectionAddress
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