Struct glib::source::Priority [−][src]
pub struct Priority(_);
The priority of sources
Trait Implementations
impl Clone for Priority
[src]
impl Clone for Priority
fn clone(&self) -> Priority
[src]
fn clone(&self) -> Priority
Returns 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 Priority
impl Debug for Priority
[src]
impl Debug for Priority
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for Priority
[src]
impl Default for Priority
impl Eq for Priority
[src]
impl Eq for Priority
impl PartialEq for Priority
[src]
impl PartialEq for Priority
fn eq(&self, other: &Priority) -> bool
[src]
fn eq(&self, other: &Priority) -> bool
This 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) -> bool
This method tests for !=
.
impl ToGlib for Priority
[src]
impl ToGlib for Priority
impl FromGlib<i32> for Priority
[src]
impl FromGlib<i32> for Priority