Struct rofi_plugin_sys::RofiRangePair
source · #[repr(C)]pub struct RofiRangePair {
pub start: c_int,
pub stop: c_int,
}Expand description
Structure to hold a range.
Fields§
§start: c_int§stop: c_intTrait Implementations§
source§impl Clone for RofiRangePair
impl Clone for RofiRangePair
source§fn clone(&self) -> RofiRangePair
fn clone(&self) -> RofiRangePair
Returns a copy 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 RofiRangePair
impl Debug for RofiRangePair
source§impl PartialEq<RofiRangePair> for RofiRangePair
impl PartialEq<RofiRangePair> for RofiRangePair
source§fn eq(&self, other: &RofiRangePair) -> bool
fn eq(&self, other: &RofiRangePair) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for RofiRangePair
impl Eq for RofiRangePair
impl StructuralEq for RofiRangePair
impl StructuralPartialEq for RofiRangePair
Auto Trait Implementations§
impl RefUnwindSafe for RofiRangePair
impl Send for RofiRangePair
impl Sync for RofiRangePair
impl Unpin for RofiRangePair
impl UnwindSafe for RofiRangePair
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