pub struct ClientBitString {
pub unused_bits: u8,
pub data: Vec<u8>,
}Fields§
§unused_bits: u8§data: Vec<u8>Trait Implementations§
Source§impl Clone for ClientBitString
impl Clone for ClientBitString
Source§fn clone(&self) -> ClientBitString
fn clone(&self) -> ClientBitString
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 ClientBitString
impl Debug for ClientBitString
Source§impl PartialEq for ClientBitString
impl PartialEq for ClientBitString
impl StructuralPartialEq for ClientBitString
Auto Trait Implementations§
impl Freeze for ClientBitString
impl RefUnwindSafe for ClientBitString
impl Send for ClientBitString
impl Sync for ClientBitString
impl Unpin for ClientBitString
impl UnsafeUnpin for ClientBitString
impl UnwindSafe for ClientBitString
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