Trait kerbalobjects::ToBytes[][src]

pub trait ToBytes {
    fn to_bytes(&self, buf: &mut Vec<u8>);
}

Required methods

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

Implementations on Foreign Types

impl ToBytes for bool[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for u8[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for i8[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for u16[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for i16[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for u32[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for i32[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for f32[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for f64[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for &str[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for String[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

Implementors

impl ToBytes for KOSValue[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for Opcode[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for Instr[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for SectionKind[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for SymBind[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for SymType[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for CodeType[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for DataSection[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for RelSection[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for SectionHeader[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for StringTable[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for SymbolTable[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for KOFile[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for KOHeader[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for KOSymbol[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for ArgumentSection[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for DebugSection[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for KSMFile[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]

impl ToBytes for KSMHeader[src]

fn to_bytes(&self, buf: &mut Vec<u8>)[src]