pub struct Settings {
pub byte_order: ByteOrder,
}
Expand description
Defines serialization settings.
Fields
byte_order: ByteOrder
The byte ordering of data transmitted.
Trait Implementations
sourceimpl PartialOrd<Settings> for Settings
impl PartialOrd<Settings> for Settings
sourcefn partial_cmp(&self, other: &Settings) -> Option<Ordering>
fn partial_cmp(&self, other: &Settings) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl StructuralPartialEq for Settings
Auto Trait Implementations
impl RefUnwindSafe for Settings
impl Send for Settings
impl Sync for Settings
impl Unpin for Settings
impl UnwindSafe for Settings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more