Struct rustc_apfloat::StatusAnd [−][src]
pub struct StatusAnd<T> {
pub status: Status,
pub value: T,
}
Fields
status: Status
value: T
Implementations
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for StatusAnd<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for StatusAnd<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.