pub struct ResidualFusable {
pub kind: ResidualKind,
pub detail: String,
pub point: Vec3,
}Expand description
One boolean_residual_fusables finding.
Fields§
§kind: ResidualKind§detail: String§point: Vec3Trait Implementations§
Source§impl Clone for ResidualFusable
impl Clone for ResidualFusable
Source§fn clone(&self) -> ResidualFusable
fn clone(&self) -> ResidualFusable
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 ResidualFusable
impl Debug for ResidualFusable
Auto Trait Implementations§
impl Freeze for ResidualFusable
impl RefUnwindSafe for ResidualFusable
impl Send for ResidualFusable
impl Sync for ResidualFusable
impl Unpin for ResidualFusable
impl UnsafeUnpin for ResidualFusable
impl UnwindSafe for ResidualFusable
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