#[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 duplicate 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 for PropertyLink
impl PartialEq for PropertyLink
impl Copy for PropertyLink
impl Eq for PropertyLink
impl StructuralPartialEq for PropertyLink
Auto Trait Implementations§
impl Freeze for PropertyLink
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