Struct gio_sys::GSocketConnectable
source · #[repr(C)]pub struct GSocketConnectable { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GSocketConnectable
impl !Send for GSocketConnectable
impl !Sync for GSocketConnectable
impl !Unpin for GSocketConnectable
impl UnwindSafe for GSocketConnectable
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