#[repr(i32)]pub enum GPollableReturn {
G_POLLABLE_RETURN_FAILED = 0,
G_POLLABLE_RETURN_OK = 1,
G_POLLABLE_RETURN_WOULD_BLOCK = -27,
}Variants§
Trait Implementations§
Source§impl Clone for GPollableReturn
impl Clone for GPollableReturn
Source§fn clone(&self) -> GPollableReturn
fn clone(&self) -> GPollableReturn
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 GPollableReturn
impl Debug for GPollableReturn
Source§impl Hash for GPollableReturn
impl Hash for GPollableReturn
Source§impl PartialEq for GPollableReturn
impl PartialEq for GPollableReturn
impl Copy for GPollableReturn
impl Eq for GPollableReturn
impl StructuralPartialEq for GPollableReturn
Auto Trait Implementations§
impl Freeze for GPollableReturn
impl RefUnwindSafe for GPollableReturn
impl Send for GPollableReturn
impl Sync for GPollableReturn
impl Unpin for GPollableReturn
impl UnwindSafe for GPollableReturn
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