Struct fontconfig_parser::Edit
source · [−]pub struct Edit {
pub mode: EditMode,
pub binding: EditBinding,
pub value: Property,
}
Fields
mode: EditMode
binding: EditBinding
value: Property
Trait Implementations
impl StructuralPartialEq for Edit
Auto Trait Implementations
impl RefUnwindSafe for Edit
impl Send for Edit
impl Sync for Edit
impl Unpin for Edit
impl UnwindSafe for Edit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more