pub struct FoEOptionsLocal {
pub enable_crc: bool,
pub strict_mode: bool,
pub auto_append_crc: bool,
pub expected_crc: u32,
}Fields§
§enable_crc: bool§strict_mode: bool§auto_append_crc: bool§expected_crc: u32Trait Implementations§
Source§impl Clone for FoEOptionsLocal
impl Clone for FoEOptionsLocal
Source§fn clone(&self) -> FoEOptionsLocal
fn clone(&self) -> FoEOptionsLocal
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FoEOptionsLocal
impl Debug for FoEOptionsLocal
Auto Trait Implementations§
impl Freeze for FoEOptionsLocal
impl RefUnwindSafe for FoEOptionsLocal
impl Send for FoEOptionsLocal
impl Sync for FoEOptionsLocal
impl Unpin for FoEOptionsLocal
impl UnsafeUnpin for FoEOptionsLocal
impl UnwindSafe for FoEOptionsLocal
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