#[repr(u32)]pub enum GSocketMsgFlags {
G_SOCKET_MSG_NONE = 0,
G_SOCKET_MSG_OOB = 1,
G_SOCKET_MSG_PEEK = 2,
G_SOCKET_MSG_DONTROUTE = 4,
}Variants§
Trait Implementations§
Source§impl Clone for GSocketMsgFlags
impl Clone for GSocketMsgFlags
Source§fn clone(&self) -> GSocketMsgFlags
fn clone(&self) -> GSocketMsgFlags
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GSocketMsgFlags
impl Debug for GSocketMsgFlags
Source§impl Hash for GSocketMsgFlags
impl Hash for GSocketMsgFlags
Source§impl PartialEq for GSocketMsgFlags
impl PartialEq for GSocketMsgFlags
impl Copy for GSocketMsgFlags
impl Eq for GSocketMsgFlags
impl StructuralPartialEq for GSocketMsgFlags
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