pub struct ProofRule {
pub x: f64,
pub y: f64,
pub width: f64,
pub thickness: f64,
pub dashed: bool,
}Fields§
§x: f64§y: f64§width: f64§thickness: f64§dashed: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ProofRule
impl RefUnwindSafe for ProofRule
impl Send for ProofRule
impl Sync for ProofRule
impl Unpin for ProofRule
impl UnsafeUnpin for ProofRule
impl UnwindSafe for ProofRule
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