Struct kas_core::layout::PackStorage
source · pub struct PackStorage { /* private fields */ }
Expand description
Layout storage for alignment
Trait Implementations§
source§impl Clone for PackStorage
impl Clone for PackStorage
source§fn clone(&self) -> PackStorage
fn clone(&self) -> PackStorage
Returns a copy of the value. Read more
1.0.0 · 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 PackStorage
impl Debug for PackStorage
source§impl Default for PackStorage
impl Default for PackStorage
source§fn default() -> PackStorage
fn default() -> PackStorage
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for PackStorage
impl Send for PackStorage
impl Sync for PackStorage
impl Unpin for PackStorage
impl UnwindSafe for PackStorage
Blanket Implementations§
source§impl<S, T> CastApprox<T> for Swhere
T: ConvApprox<S>,
impl<S, T> CastApprox<T> for Swhere
T: ConvApprox<S>,
source§fn try_cast_approx(self) -> Result<T, Error>
fn try_cast_approx(self) -> Result<T, Error>
source§fn cast_approx(self) -> T
fn cast_approx(self) -> T
source§impl<S, T> CastFloat<T> for Swhere
T: ConvFloat<S>,
impl<S, T> CastFloat<T> for Swhere
T: ConvFloat<S>,
source§fn cast_trunc(self) -> T
fn cast_trunc(self) -> T
Cast to integer, truncating Read more
source§fn cast_nearest(self) -> T
fn cast_nearest(self) -> T
Cast to the nearest integer Read more
source§fn cast_floor(self) -> T
fn cast_floor(self) -> T
Cast the floor to an integer Read more