Struct panda_sys::RR_MapList [−][src]
#[repr(C)]pub struct RR_MapList { pub ptr: *mut c_void, pub addr: hwaddr, pub len: hwaddr, pub crc: u32, pub link: RR_MapList__bindgen_ty_1, }
Fields
ptr: *mut c_voidaddr: hwaddrlen: hwaddrcrc: u32link: RR_MapList__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RR_MapListimpl !Send for RR_MapListimpl !Sync for RR_MapListimpl Unpin for RR_MapListimpl UnwindSafe for RR_MapListBlanket Implementations
Mutably borrows from an owned value. Read more