Struct tree_layout::TreeBox
source · pub struct TreeBox {
pub top: f64,
pub right: f64,
pub bottom: f64,
pub left: f64,
}
Fields§
§top: f64
§right: f64
§bottom: f64
§left: f64
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TreeBox
impl Send for TreeBox
impl Sync for TreeBox
impl Unpin for TreeBox
impl UnwindSafe for TreeBox
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