pub struct TagAddress {
pub area: Area,
pub db_number: u16,
pub byte_offset: u32,
pub bit_offset: u8,
pub transport: TransportSize,
pub element_count: u16,
}Fields§
§area: Area§db_number: u16§byte_offset: u32§bit_offset: u8§transport: TransportSize§element_count: u16Trait Implementations§
Source§impl Clone for TagAddress
impl Clone for TagAddress
Source§fn clone(&self) -> TagAddress
fn clone(&self) -> TagAddress
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 moreAuto Trait Implementations§
impl Freeze for TagAddress
impl RefUnwindSafe for TagAddress
impl Send for TagAddress
impl Sync for TagAddress
impl Unpin for TagAddress
impl UnsafeUnpin for TagAddress
impl UnwindSafe for TagAddress
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