Struct waves_rust::util::ByteWriter
source · pub struct ByteWriter { /* private fields */ }
Implementations§
source§impl ByteWriter
impl ByteWriter
pub fn new() -> Self
pub fn push_byte(&mut self, byte: u8) -> &mut Self
pub fn push_bytes(&mut self, bytes: &mut Vec<u8>) -> &mut Self
pub fn push_int(&mut self, int: i32) -> &mut Self
pub fn push_long(&mut self, long: i64) -> &mut Self
pub fn bytes(&self) -> Vec<u8> ⓘ
pub fn bytes_from_function(function: &Function) -> Vec<u8> ⓘ
pub fn push_func_args(&mut self, args: Vec<Arg>) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ByteWriter
impl Send for ByteWriter
impl Sync for ByteWriter
impl Unpin for ByteWriter
impl UnwindSafe for ByteWriter
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request