#[repr(C)]pub struct InfoData {
pub info_code: PduInfo,
pub extra_info_data: u32,
}
Expand description
Async event information data
Fields§
§info_code: PduInfo
Information code
extra_info_data: u32
optional extra information data
Trait Implementations§
Source§impl Ord for InfoData
impl Ord for InfoData
Source§impl PartialOrd for InfoData
impl PartialOrd for InfoData
impl Copy for InfoData
impl Eq for InfoData
impl StructuralPartialEq for InfoData
Auto Trait Implementations§
impl Freeze for InfoData
impl RefUnwindSafe for InfoData
impl Send for InfoData
impl Sync for InfoData
impl Unpin for InfoData
impl UnwindSafe for InfoData
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