pub struct PlanarBox {
pub name: String,
pub size_in_x: f64,
pub size_in_y: f64,
pub placement: Axis2PlacementRef,
}Fields§
§name: String§size_in_x: f64§size_in_y: f64§placement: Axis2PlacementRefTrait Implementations§
impl StructuralPartialEq for PlanarBox
Auto Trait Implementations§
impl Freeze for PlanarBox
impl RefUnwindSafe for PlanarBox
impl Send for PlanarBox
impl Sync for PlanarBox
impl Unpin for PlanarBox
impl UnsafeUnpin for PlanarBox
impl UnwindSafe for PlanarBox
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