pub struct PortableHostBox {
pub width: i32,
pub height: i32,
pub depth: i32,
pub runs: Vec<PortableHostBoxRun>,
pub rules: Vec<PortableHostBoxRule>,
}Fields§
§width: i32§height: i32§depth: i32§runs: Vec<PortableHostBoxRun>§rules: Vec<PortableHostBoxRule>Trait Implementations§
Source§impl Clone for PortableHostBox
impl Clone for PortableHostBox
Source§impl Debug for PortableHostBox
impl Debug for PortableHostBox
Source§impl PartialEq for PortableHostBox
impl PartialEq for PortableHostBox
impl StructuralPartialEq for PortableHostBox
Auto Trait Implementations§
impl Freeze for PortableHostBox
impl RefUnwindSafe for PortableHostBox
impl Send for PortableHostBox
impl Sync for PortableHostBox
impl Unpin for PortableHostBox
impl UnsafeUnpin for PortableHostBox
impl UnwindSafe for PortableHostBox
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