pub struct GeneralSections {
pub global: Section,
pub tx_stream_format: Section,
pub rx_stream_format: Section,
pub ext_sync: Section,
pub reserved: Section,
}
Expand description
The sset of sections in CSR of node.
Fields§
§global: Section
For global settings.
tx_stream_format: Section
For tx stream format settings.
rx_stream_format: Section
For rx stream format settings.
ext_sync: Section
For extended status of synchronization for signal sources of sampling clock.
reserved: Section
Trait Implementations§
Source§impl Clone for GeneralSections
impl Clone for GeneralSections
Source§fn clone(&self) -> GeneralSections
fn clone(&self) -> GeneralSections
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 GeneralSections
impl Debug for GeneralSections
Source§impl Default for GeneralSections
impl Default for GeneralSections
Source§fn default() -> GeneralSections
fn default() -> GeneralSections
Returns the “default value” for a type. Read more
Source§impl PartialEq for GeneralSections
impl PartialEq for GeneralSections
impl Eq for GeneralSections
impl StructuralPartialEq for GeneralSections
Auto Trait Implementations§
impl Freeze for GeneralSections
impl RefUnwindSafe for GeneralSections
impl Send for GeneralSections
impl Sync for GeneralSections
impl Unpin for GeneralSections
impl UnwindSafe for GeneralSections
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