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