#[repr(C)]pub struct MainModuleSectionCounters { /* private fields */ }
Expand description
Represents the main module section counters.
Implementations§
Source§impl MainModuleSectionCounters
impl MainModuleSectionCounters
Sourcepub const fn new() -> Self
pub const fn new() -> Self
Creates a new MainModuleSectionCounters.
Sourcepub const fn positioner_count(&self) -> &PositionerCount
pub const fn positioner_count(&self) -> &PositionerCount
Gets the PositionerCount for MainModuleSectionCounters.
Sourcepub fn set_positioner_count(&mut self, val: PositionerCount)
pub fn set_positioner_count(&mut self, val: PositionerCount)
Sets the PositionerCount for MainModuleSectionCounters.
Sourcepub fn with_positioner_count(self, val: PositionerCount) -> Self
pub fn with_positioner_count(self, val: PositionerCount) -> Self
Builder function that sets the PositionerCount for MainModuleSectionCounters.
Sourcepub const fn recognition_system_count(&self) -> &RecognitionSystemCount
pub const fn recognition_system_count(&self) -> &RecognitionSystemCount
Gets the RecognitionSystemCount for MainModuleSectionCounters.
Sourcepub fn set_recognition_system_count(&mut self, val: RecognitionSystemCount)
pub fn set_recognition_system_count(&mut self, val: RecognitionSystemCount)
Sets the RecognitionSystemCount for MainModuleSectionCounters.
Sourcepub fn with_recognition_system_count(self, val: RecognitionSystemCount) -> Self
pub fn with_recognition_system_count(self, val: RecognitionSystemCount) -> Self
Builder function that sets the RecognitionSystemCount for MainModuleSectionCounters.
Sourcepub const fn bottom_transport_count(&self) -> &BottomTransportCount
pub const fn bottom_transport_count(&self) -> &BottomTransportCount
Gets the BottomTransportCount for MainModuleSectionCounters.
Sourcepub fn set_bottom_transport_count(&mut self, val: BottomTransportCount)
pub fn set_bottom_transport_count(&mut self, val: BottomTransportCount)
Sets the BottomTransportCount for MainModuleSectionCounters.
Sourcepub fn with_bottom_transport_count(self, val: BottomTransportCount) -> Self
pub fn with_bottom_transport_count(self, val: BottomTransportCount) -> Self
Builder function that sets the BottomTransportCount for MainModuleSectionCounters.
Sourcepub const fn bundler_count(&self) -> &BundlerCount
pub const fn bundler_count(&self) -> &BundlerCount
Gets the BundlerCount for MainModuleSectionCounters.
Sourcepub fn set_bundler_count(&mut self, val: BundlerCount)
pub fn set_bundler_count(&mut self, val: BundlerCount)
Sets the BundlerCount for MainModuleSectionCounters.
Sourcepub fn with_bundler_count(self, val: BundlerCount) -> Self
pub fn with_bundler_count(self, val: BundlerCount) -> Self
Builder function that sets the BundlerCount for MainModuleSectionCounters.
Trait Implementations§
Source§impl Clone for MainModuleSectionCounters
impl Clone for MainModuleSectionCounters
Source§fn clone(&self) -> MainModuleSectionCounters
fn clone(&self) -> MainModuleSectionCounters
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more