pub struct Plane {
pub compatible: Option<String>,
pub height_divisor: Option<String>,
pub index: Option<String>,
pub width_divisor: Option<String>,
}Fields§
§compatible: Option<String>§height_divisor: Option<String>§index: Option<String>§width_divisor: Option<String>Trait Implementations§
impl Eq for Plane
impl StructuralPartialEq for Plane
Auto Trait Implementations§
impl Freeze for Plane
impl RefUnwindSafe for Plane
impl Send for Plane
impl Sync for Plane
impl Unpin for Plane
impl UnwindSafe for Plane
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