#[repr(C)]pub enum GSocketProtocol {
Unknown = -1,
Default = 0,
Tcp = 6,
Udp = 17,
Sctp = 132,
}Variants§
Auto Trait Implementations§
impl Freeze for GSocketProtocol
impl RefUnwindSafe for GSocketProtocol
impl Send for GSocketProtocol
impl Sync for GSocketProtocol
impl Unpin for GSocketProtocol
impl UnwindSafe for GSocketProtocol
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