#[repr(C)]pub enum GSocketType {
Invalid = 0,
Stream = 1,
Datagram = 2,
Seqpacket = 3,
}Variants§
Auto Trait Implementations§
impl Freeze for GSocketType
impl RefUnwindSafe for GSocketType
impl Send for GSocketType
impl Sync for GSocketType
impl Unpin for GSocketType
impl UnwindSafe for GSocketType
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