Struct rofi_plugin_sys::PropertyLink
source · #[repr(C)]pub struct PropertyLink {
pub name: *mut c_char,
pub property_ref: *mut Property,
pub def_value: *mut Property,
}Fields§
§name: *mut c_charName
property_ref: *mut PropertyCached looked up ref
def_value: *mut PropertyProperty default
Trait Implementations§
source§impl Clone for PropertyLink
impl Clone for PropertyLink
source§fn clone(&self) -> PropertyLink
fn clone(&self) -> PropertyLink
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 PropertyLink
impl Debug for PropertyLink
source§impl PartialEq<PropertyLink> for PropertyLink
impl PartialEq<PropertyLink> for PropertyLink
source§fn eq(&self, other: &PropertyLink) -> bool
fn eq(&self, other: &PropertyLink) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for PropertyLink
impl Eq for PropertyLink
impl StructuralEq for PropertyLink
impl StructuralPartialEq for PropertyLink
Auto Trait Implementations§
impl RefUnwindSafe for PropertyLink
impl !Send for PropertyLink
impl !Sync for PropertyLink
impl Unpin for PropertyLink
impl UnwindSafe for PropertyLink
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