Struct glib::source::Priority [−][src]
pub struct Priority(_);
The priority of sources
Trait Implementations
impl Clone for Priority[src]
impl Clone for Priorityfn clone(&self) -> Priority[src]
fn clone(&self) -> PriorityReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Priority[src]
impl Copy for Priorityimpl Debug for Priority[src]
impl Debug for Priorityfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for Priority[src]
impl Default for Priorityimpl Eq for Priority[src]
impl Eq for Priorityimpl PartialEq for Priority[src]
impl PartialEq for Priorityfn eq(&self, other: &Priority) -> bool[src]
fn eq(&self, other: &Priority) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Priority) -> bool[src]
fn ne(&self, other: &Priority) -> boolThis method tests for !=.
impl ToGlib for Priority[src]
impl ToGlib for Priorityimpl FromGlib<i32> for Priority[src]
impl FromGlib<i32> for Priority