#[repr(C)]pub struct pb_bytes_array_s {
pub size: pb_size_t,
pub bytes: [pb_byte_t; 1],
}
Fields§
§size: pb_size_t
§bytes: [pb_byte_t; 1]
Trait Implementations§
Source§impl Clone for pb_bytes_array_s
impl Clone for pb_bytes_array_s
Source§fn clone(&self) -> pb_bytes_array_s
fn clone(&self) -> pb_bytes_array_s
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 pb_bytes_array_s
impl Debug for pb_bytes_array_s
impl Copy for pb_bytes_array_s
Auto Trait Implementations§
impl Freeze for pb_bytes_array_s
impl RefUnwindSafe for pb_bytes_array_s
impl Send for pb_bytes_array_s
impl Sync for pb_bytes_array_s
impl Unpin for pb_bytes_array_s
impl UnwindSafe for pb_bytes_array_s
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