#[repr(C)]pub struct PduItem {
pub item_type: PduIt,
}Expand description
Generic structure containing item type
Fields§
§item_type: PduItItem type
Trait Implementations§
Source§impl Ord for PduItem
impl Ord for PduItem
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for PduItem
impl PartialOrd for PduItem
impl Copy for PduItem
impl Eq for PduItem
impl StructuralPartialEq for PduItem
Auto Trait Implementations§
impl Freeze for PduItem
impl RefUnwindSafe for PduItem
impl Send for PduItem
impl Sync for PduItem
impl Unpin for PduItem
impl UnsafeUnpin for PduItem
impl UnwindSafe for PduItem
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