pub trait CdrEncode {
// Required method
fn encode(&self, writer: &mut BufferWriter) -> Result<(), EncodeError>;
}Expand description
Wert kann in einen BufferWriter enkodiert werden.
Required Methods§
Sourcefn encode(&self, writer: &mut BufferWriter) -> Result<(), EncodeError>
fn encode(&self, writer: &mut BufferWriter) -> Result<(), EncodeError>
Implementations on Foreign Types§
Source§impl CdrEncode for bool
Available on crate feature alloc only.
impl CdrEncode for bool
Available on crate feature
alloc only.fn encode(&self, writer: &mut BufferWriter) -> Result<(), EncodeError>
Source§impl CdrEncode for char
Available on crate feature alloc only.
impl CdrEncode for char
Available on crate feature
alloc only.fn encode(&self, writer: &mut BufferWriter) -> Result<(), EncodeError>
Source§impl CdrEncode for f32
Available on crate feature alloc only.
impl CdrEncode for f32
Available on crate feature
alloc only.fn encode(&self, writer: &mut BufferWriter) -> Result<(), EncodeError>
Source§impl CdrEncode for f64
Available on crate feature alloc only.
impl CdrEncode for f64
Available on crate feature
alloc only.fn encode(&self, writer: &mut BufferWriter) -> Result<(), EncodeError>
Source§impl CdrEncode for i8
Available on crate feature alloc only.
impl CdrEncode for i8
Available on crate feature
alloc only.fn encode(&self, writer: &mut BufferWriter) -> Result<(), EncodeError>
Source§impl CdrEncode for i16
Available on crate feature alloc only.
impl CdrEncode for i16
Available on crate feature
alloc only.fn encode(&self, writer: &mut BufferWriter) -> Result<(), EncodeError>
Source§impl CdrEncode for i32
Available on crate feature alloc only.
impl CdrEncode for i32
Available on crate feature
alloc only.fn encode(&self, writer: &mut BufferWriter) -> Result<(), EncodeError>
Source§impl CdrEncode for i64
Available on crate feature alloc only.
impl CdrEncode for i64
Available on crate feature
alloc only.fn encode(&self, writer: &mut BufferWriter) -> Result<(), EncodeError>
Source§impl CdrEncode for str
impl CdrEncode for str
fn encode(&self, writer: &mut BufferWriter) -> Result<(), EncodeError>
Source§impl CdrEncode for u8
Available on crate feature alloc only.
impl CdrEncode for u8
Available on crate feature
alloc only.fn encode(&self, writer: &mut BufferWriter) -> Result<(), EncodeError>
Source§impl CdrEncode for u16
Available on crate feature alloc only.
impl CdrEncode for u16
Available on crate feature
alloc only.fn encode(&self, writer: &mut BufferWriter) -> Result<(), EncodeError>
Source§impl CdrEncode for u32
Available on crate feature alloc only.
impl CdrEncode for u32
Available on crate feature
alloc only.fn encode(&self, writer: &mut BufferWriter) -> Result<(), EncodeError>
Source§impl CdrEncode for u64
Available on crate feature alloc only.
impl CdrEncode for u64
Available on crate feature
alloc only.