Enum fontconfig_parser::ListOp
source · [−]pub enum ListOp {
Times,
Divide,
Or,
And,
Plus,
Minus,
}
Variants
Times
Divide
Or
And
Plus
Minus
Trait Implementations
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
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