Struct bincode::config::SkipFixedArrayLength
source · pub struct SkipFixedArrayLength {}
Expand description
Skip writing the length of fixed size arrays ([u8; N]
) before writing the array.
Trait Implementations§
source§impl Clone for SkipFixedArrayLength
impl Clone for SkipFixedArrayLength
source§fn clone(&self) -> SkipFixedArrayLength
fn clone(&self) -> SkipFixedArrayLength
Returns a copy 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 moreimpl Copy for SkipFixedArrayLength
Auto Trait Implementations§
impl Freeze for SkipFixedArrayLength
impl RefUnwindSafe for SkipFixedArrayLength
impl Send for SkipFixedArrayLength
impl Sync for SkipFixedArrayLength
impl Unpin for SkipFixedArrayLength
impl UnwindSafe for SkipFixedArrayLength
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