#[repr(C)]pub struct RofiDistance {
pub base: RofiDistanceUnit,
pub style: RofiLineStyle,
}Fields§
§base: RofiDistanceUnitBase
style: RofiLineStyleStyle of the line (optional)
Trait Implementations§
Source§impl Clone for RofiDistance
impl Clone for RofiDistance
Source§fn clone(&self) -> RofiDistance
fn clone(&self) -> RofiDistance
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RofiDistance
Source§impl Debug for RofiDistance
impl Debug for RofiDistance
Source§impl PartialEq for RofiDistance
impl PartialEq for RofiDistance
impl StructuralPartialEq for RofiDistance
Auto Trait Implementations§
impl !Send for RofiDistance
impl !Sync for RofiDistance
impl Freeze for RofiDistance
impl RefUnwindSafe for RofiDistance
impl Unpin for RofiDistance
impl UnsafeUnpin for RofiDistance
impl UnwindSafe for RofiDistance
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