pub struct PduType(pub u32);
Tuple Fields§
§0: u32
Implementations§
Source§impl PduType
impl PduType
pub const GetRequest: PduType
pub const GetNextRequest: PduType
pub const Response: PduType
pub const SetRequest: PduType
pub const TrapV1: PduType
pub const GetBulkRequest: PduType
pub const InformRequest: PduType
pub const TrapV2: PduType
pub const Report: PduType
Trait Implementations§
impl Copy for PduType
impl Eq for PduType
impl StructuralPartialEq for PduType
Auto Trait Implementations§
impl Freeze for PduType
impl RefUnwindSafe for PduType
impl Send for PduType
impl Sync for PduType
impl Unpin for PduType
impl UnwindSafe for PduType
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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