pub struct SourceData {
pub source_data_identifier: DataIdentifier,
pub position_in_source_data_record: u8,
pub memory_size: u8,
}Fields§
§source_data_identifier: DataIdentifier§position_in_source_data_record: u8§memory_size: u8Trait Implementations§
Source§impl Clone for SourceData
impl Clone for SourceData
Source§fn clone(&self) -> SourceData
fn clone(&self) -> SourceData
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 SourceData
impl Debug for SourceData
Source§impl FrameRead<'_> for SourceData
impl FrameRead<'_> for SourceData
Source§impl FrameWrite for SourceData
impl FrameWrite for SourceData
Source§impl Ord for SourceData
impl Ord for SourceData
Source§fn cmp(&self, other: &SourceData) -> Ordering
fn cmp(&self, other: &SourceData) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SourceData
impl PartialEq for SourceData
Source§impl PartialOrd for SourceData
impl PartialOrd for SourceData
impl Eq for SourceData
impl StructuralPartialEq for SourceData
Auto Trait Implementations§
impl Freeze for SourceData
impl RefUnwindSafe for SourceData
impl Send for SourceData
impl Sync for SourceData
impl Unpin for SourceData
impl UnsafeUnpin for SourceData
impl UnwindSafe for SourceData
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