#[repr(C, packed(1))]pub struct PdoMappingEntry {
pub index: u16,
pub sub_index: u8,
pub bit_length: u8,
pub bit_offset: u16,
pub name: [u8; 64],
pub unit: [u8; 16],
pub readable: u8,
pub writable: u8,
}Fields§
§index: u16§sub_index: u8§bit_length: u8§bit_offset: u16§name: [u8; 64]§unit: [u8; 16]§readable: u8§writable: u8Trait Implementations§
Source§impl Clone for PdoMappingEntry
impl Clone for PdoMappingEntry
Source§fn clone(&self) -> PdoMappingEntry
fn clone(&self) -> PdoMappingEntry
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 PdoMappingEntry
impl RefUnwindSafe for PdoMappingEntry
impl Send for PdoMappingEntry
impl Sync for PdoMappingEntry
impl Unpin for PdoMappingEntry
impl UnsafeUnpin for PdoMappingEntry
impl UnwindSafe for PdoMappingEntry
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