Enum narui::StackFit [−][src]
pub enum StackFit {
Tight,
Loose,
Passthrough,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StackFit
impl UnwindSafe for StackFit
Blanket Implementations
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
T: FloatComponent,
Swp: WhitePoint,
Dwp: WhitePoint,
D: AdaptFrom<S, Swp, Dwp, T>,
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
T: FloatComponent,
Swp: WhitePoint,
Dwp: WhitePoint,
D: AdaptFrom<S, Swp, Dwp, T>,
Mutably borrows from an owned value. Read more
Builds a pointer to this type from a raw pointer.
pub fn is_size_suitable(size: u64) -> bool
pub fn is_size_suitable(size: u64) -> bool
Returns true if the size is suitable to store a type like this.
pub fn indiv_size() -> u64
pub fn indiv_size() -> u64
Returns the size of an individual element.
Convert into T with values clamped to the color defined bounds Read more
Convert into T. The resulting color might be invalid in its color space Read more
Convert into T, returning ok if the color is inside of its defined
range, otherwise an OutOfBounds
error is returned which contains
the unclamped color. Read more