#[repr(C)]pub enum PduCpst {
SessionTiming = 1,
AccessTiming = 2,
}
Expand description
ComParam struct type
Variants§
Trait Implementations§
Source§impl Ord for PduCpst
impl Ord for PduCpst
Source§impl PartialOrd for PduCpst
impl PartialOrd for PduCpst
impl Copy for PduCpst
impl Eq for PduCpst
impl StructuralPartialEq for PduCpst
Auto Trait Implementations§
impl Freeze for PduCpst
impl RefUnwindSafe for PduCpst
impl Send for PduCpst
impl Sync for PduCpst
impl Unpin for PduCpst
impl UnwindSafe for PduCpst
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