Struct waves_rust::util::ByteWriter
source · [−]pub struct ByteWriter { /* private fields */ }
Implementations
sourceimpl 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>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
A: Allocator,
pub fn bytes_from_function(function: &Function) -> Vec<u8>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
A: Allocator,
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
sourcefn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request