pub struct BsPutUtf16 {
pub arg1: Term,
pub arg2: Term,
pub arg3: Term,
}Fields§
§arg1: Term§arg2: Term§arg3: TermTrait Implementations§
Source§impl Clone for BsPutUtf16
impl Clone for BsPutUtf16
Source§fn clone(&self) -> BsPutUtf16
fn clone(&self) -> BsPutUtf16
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BsPutUtf16
impl Debug for BsPutUtf16
Source§impl Decode for BsPutUtf16
impl Decode for BsPutUtf16
fn decode_with_tag<R: Read>( reader: &mut R, tag: u8, ) -> Result<Self, DecodeError>
fn decode<R: Read>(reader: &mut R) -> Result<Self, DecodeError>
Source§impl Encode for BsPutUtf16
impl Encode for BsPutUtf16
Auto Trait Implementations§
impl Freeze for BsPutUtf16
impl RefUnwindSafe for BsPutUtf16
impl Send for BsPutUtf16
impl Sync for BsPutUtf16
impl Unpin for BsPutUtf16
impl UnwindSafe for BsPutUtf16
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more