#[repr(C)]pub struct BoundF64 {
pub lower: PointF64,
pub upper: PointF64,
}Fields§
§lower: PointF64§upper: PointF64Implementations§
Trait Implementations§
impl Copy for BoundF64
impl StructuralPartialEq for BoundF64
Auto Trait Implementations§
impl Freeze for BoundF64
impl RefUnwindSafe for BoundF64
impl Send for BoundF64
impl Sync for BoundF64
impl Unpin for BoundF64
impl UnsafeUnpin for BoundF64
impl UnwindSafe for BoundF64
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