#[repr(u16)]pub enum PortResponse {
Show 13 variants
VdpSuccess = 0,
VdpInvalidFormat = 1,
VdpInsufficientResources = 2,
VdpUnusedVtid = 3,
VdpVtidViolation = 4,
VdpVtidVersionVioaltion = 5,
VdpOutOfSync = 6,
ProfileSuccess = 256,
ProfileInprogress = 257,
ProfileInvalid = 258,
ProfileBadstate = 259,
ProfileInsufficientResources = 260,
ProfileError = 261,
}
Variants§
VdpSuccess = 0
VdpInvalidFormat = 1
VdpInsufficientResources = 2
VdpUnusedVtid = 3
VdpVtidViolation = 4
VdpVtidVersionVioaltion = 5
VdpOutOfSync = 6
ProfileSuccess = 256
ProfileInprogress = 257
ProfileInvalid = 258
ProfileBadstate = 259
ProfileInsufficientResources = 260
ProfileError = 261
Trait Implementations§
Source§impl Clone for PortResponse
impl Clone for PortResponse
Source§fn clone(&self) -> PortResponse
fn clone(&self) -> PortResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PortResponse
impl Debug for PortResponse
Source§impl Hash for PortResponse
impl Hash for PortResponse
Source§impl PartialEq for PortResponse
impl PartialEq for PortResponse
impl Copy for PortResponse
impl Eq for PortResponse
impl StructuralPartialEq for PortResponse
Auto Trait Implementations§
impl Freeze for PortResponse
impl RefUnwindSafe for PortResponse
impl Send for PortResponse
impl Sync for PortResponse
impl Unpin for PortResponse
impl UnwindSafe for PortResponse
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