pub struct FarmConfig {
pub vcid: Vcid,
pub window_width: u8,
}Expand description
Configuration for FARM-1.
Fields§
§vcid: VcidVirtual Channel Identifier for CLCW reports.
window_width: u8FARM Sliding Window Width (W). Even, 2..=254.
Implementations§
Source§impl FarmConfig
impl FarmConfig
Sourcepub fn builder() -> FarmConfigBuilder
pub fn builder() -> FarmConfigBuilder
Create an instance of FarmConfig using the builder syntax
Trait Implementations§
Source§impl Clone for FarmConfig
impl Clone for FarmConfig
Source§fn clone(&self) -> FarmConfig
fn clone(&self) -> FarmConfig
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 moreAuto Trait Implementations§
impl Freeze for FarmConfig
impl RefUnwindSafe for FarmConfig
impl Send for FarmConfig
impl Sync for FarmConfig
impl Unpin for FarmConfig
impl UnsafeUnpin for FarmConfig
impl UnwindSafe for FarmConfig
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