#[repr(u32)]pub enum GSocketListenerEvent {
G_SOCKET_LISTENER_BINDING = 0,
G_SOCKET_LISTENER_BOUND = 1,
G_SOCKET_LISTENER_LISTENING = 2,
G_SOCKET_LISTENER_LISTENED = 3,
}Variants§
G_SOCKET_LISTENER_BINDING = 0
G_SOCKET_LISTENER_BOUND = 1
G_SOCKET_LISTENER_LISTENING = 2
G_SOCKET_LISTENER_LISTENED = 3
Trait Implementations§
Source§impl Clone for GSocketListenerEvent
impl Clone for GSocketListenerEvent
Source§fn clone(&self) -> GSocketListenerEvent
fn clone(&self) -> GSocketListenerEvent
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 GSocketListenerEvent
impl Debug for GSocketListenerEvent
Source§impl Hash for GSocketListenerEvent
impl Hash for GSocketListenerEvent
Source§impl PartialEq for GSocketListenerEvent
impl PartialEq for GSocketListenerEvent
impl Copy for GSocketListenerEvent
impl Eq for GSocketListenerEvent
impl StructuralPartialEq for GSocketListenerEvent
Auto Trait Implementations§
impl Freeze for GSocketListenerEvent
impl RefUnwindSafe for GSocketListenerEvent
impl Send for GSocketListenerEvent
impl Sync for GSocketListenerEvent
impl Unpin for GSocketListenerEvent
impl UnwindSafe for GSocketListenerEvent
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