Enum kerbalobjects::KOSValue [−][src]
pub enum KOSValue {
}Variants
Bool(bool)Byte(i8)Int16(i16)Int32(i32)Float(f32)Double(f64)String(String)ScalarInt(i32)ScalarDouble(f64)BoolValue(bool)StringValue(String)Implementations
Trait Implementations
fn from_bytes(
source: &mut Peekable<Iter<'_, u8>>,
debug: bool
) -> ReadResult<Self> where
Self: Sized, Auto Trait Implementations
impl RefUnwindSafe for KOSValueimpl UnwindSafe for KOSValueBlanket Implementations
Mutably borrows from an owned value. Read more