Enum bad64::ArrSpec [−][src]
pub enum ArrSpec {
Show 14 variants
Full(Option<u32>),
TwoDoubles(Option<u32>),
FourSingles(Option<u32>),
EightHalves(Option<u32>),
SixteenBytes(Option<u32>),
OneDouble(Option<u32>),
TwoSingles(Option<u32>),
FourHalves(Option<u32>),
EightBytes(Option<u32>),
OneSingle(Option<u32>),
TwoHalves(Option<u32>),
FourBytes(Option<u32>),
OneHalf(Option<u32>),
OneByte(Option<u32>),
}Expand description
An arrangement specifier
Variants
Full(Option<u32>)
TwoDoubles(Option<u32>)
FourSingles(Option<u32>)
EightHalves(Option<u32>)
SixteenBytes(Option<u32>)
OneDouble(Option<u32>)
TwoSingles(Option<u32>)
FourHalves(Option<u32>)
EightBytes(Option<u32>)
OneSingle(Option<u32>)
TwoHalves(Option<u32>)
FourBytes(Option<u32>)
OneHalf(Option<u32>)
OneByte(Option<u32>)
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ArrSpec
impl UnwindSafe for ArrSpec
Blanket Implementations
Mutably borrows from an owned value. Read more
