#[repr(C)]pub enum PduObjt {
Protocol = 32_801,
BusType = 32_802,
IoCtrl = 32_803,
ComParam = 32_804,
PinType = 32_805,
Resource = 32_806,
}
Expand description
Object type
Variants§
Protocol = 32_801
Protocol object
BusType = 32_802
Bus type object
IoCtrl = 32_803
IO control object
ComParam = 32_804
Communication Parameter object
PinType = 32_805
Pin type object
Resource = 32_806
resource object
Trait Implementations§
Source§impl Ord for PduObjt
impl Ord for PduObjt
Source§impl PartialOrd for PduObjt
impl PartialOrd for PduObjt
impl Copy for PduObjt
impl Eq for PduObjt
impl StructuralPartialEq for PduObjt
Auto Trait Implementations§
impl Freeze for PduObjt
impl RefUnwindSafe for PduObjt
impl Send for PduObjt
impl Sync for PduObjt
impl Unpin for PduObjt
impl UnwindSafe for PduObjt
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