#[repr(C)]pub enum GSocketMsgFlags {
None = 0,
Oob = 1,
Peek = 2,
DontRoute = 4,
}Variants§
Auto Trait Implementations§
impl Freeze for GSocketMsgFlags
impl RefUnwindSafe for GSocketMsgFlags
impl Send for GSocketMsgFlags
impl Sync for GSocketMsgFlags
impl Unpin for GSocketMsgFlags
impl UnwindSafe for GSocketMsgFlags
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