#[repr(C)]pub struct SEntryInfoStr {
pub i8uAddress: u8,
pub i8uType: u8,
pub i16uIndex: u16,
pub i16uBitLength: u16,
pub i8uBitPos: u8,
pub i16uOffset: u16,
pub i32uDefault: u32,
pub strVarName: [c_char; 32],
}
Fields§
§i8uAddress: u8
§i8uType: u8
§i16uIndex: u16
§i16uBitLength: u16
§i8uBitPos: u8
§i16uOffset: u16
§i32uDefault: u32
§strVarName: [c_char; 32]
Trait Implementations§
Source§impl Clone for SEntryInfoStr
impl Clone for SEntryInfoStr
Source§fn clone(&self) -> SEntryInfoStr
fn clone(&self) -> SEntryInfoStr
Returns a copy 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 SEntryInfoStr
impl Debug for SEntryInfoStr
impl Copy for SEntryInfoStr
Auto Trait Implementations§
impl Freeze for SEntryInfoStr
impl RefUnwindSafe for SEntryInfoStr
impl Send for SEntryInfoStr
impl Sync for SEntryInfoStr
impl Unpin for SEntryInfoStr
impl UnwindSafe for SEntryInfoStr
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