pub struct StoreyResidual { /* private fields */ }Expand description
Floor area on a storey that belongs to no space.
Implementations§
Trait Implementations§
Source§impl Clone for StoreyResidual
impl Clone for StoreyResidual
Source§fn clone(&self) -> StoreyResidual
fn clone(&self) -> StoreyResidual
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StoreyResidual
impl Debug for StoreyResidual
Source§impl PartialEq for StoreyResidual
impl PartialEq for StoreyResidual
impl StructuralPartialEq for StoreyResidual
Auto Trait Implementations§
impl Freeze for StoreyResidual
impl RefUnwindSafe for StoreyResidual
impl Send for StoreyResidual
impl Sync for StoreyResidual
impl Unpin for StoreyResidual
impl UnsafeUnpin for StoreyResidual
impl UnwindSafe for StoreyResidual
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