pub struct ToBytesOptions {
pub endian: Endian,
}Fields§
§endian: EndianImplementations§
Source§impl ToBytesOptions
impl ToBytesOptions
pub const fn default() -> ToBytesOptions
Trait Implementations§
Source§impl Clone for ToBytesOptions
impl Clone for ToBytesOptions
Source§fn clone(&self) -> ToBytesOptions
fn clone(&self) -> ToBytesOptions
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 ToBytesOptions
impl Debug for ToBytesOptions
Source§impl PartialEq for ToBytesOptions
impl PartialEq for ToBytesOptions
impl Copy for ToBytesOptions
impl Eq for ToBytesOptions
impl StructuralPartialEq for ToBytesOptions
Auto Trait Implementations§
impl Freeze for ToBytesOptions
impl RefUnwindSafe for ToBytesOptions
impl Send for ToBytesOptions
impl Sync for ToBytesOptions
impl Unpin for ToBytesOptions
impl UnwindSafe for ToBytesOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.