Enum fontconfig_parser::ListOp
source · pub enum ListOp {
Times,
Divide,
Or,
And,
Plus,
Minus,
}
Variants§
Trait Implementations§
source§impl PartialEq<ListOp> for ListOp
impl PartialEq<ListOp> for ListOp
impl Copy for ListOp
impl Eq for ListOp
impl StructuralEq for ListOp
impl StructuralPartialEq for ListOp
Auto Trait Implementations§
impl RefUnwindSafe for ListOp
impl Send for ListOp
impl Sync for ListOp
impl Unpin for ListOp
impl UnwindSafe for ListOp
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