#[repr(u8)]pub enum SdpPduId {
ErrorResponse = 1,
ServiceSearchRequest = 2,
ServiceSearchResponse = 3,
ServiceAttributeRequest = 4,
ServiceAttributeResponse = 5,
ServiceSearchAttributeRequest = 6,
ServiceSearchAttributeResponse = 7,
}Expand description
SDP PDU IDs
Variants§
ErrorResponse = 1
Error Response
ServiceSearchRequest = 2
Service Search Request
ServiceSearchResponse = 3
Service Search Response
ServiceAttributeRequest = 4
Service Attribute Request
ServiceAttributeResponse = 5
Service Attribute Response
ServiceSearchAttributeRequest = 6
Service Search Attribute Request
ServiceSearchAttributeResponse = 7
Service Search Attribute Response
Trait Implementations§
impl Copy for SdpPduId
impl Eq for SdpPduId
impl StructuralPartialEq for SdpPduId
Auto Trait Implementations§
impl Freeze for SdpPduId
impl RefUnwindSafe for SdpPduId
impl Send for SdpPduId
impl Sync for SdpPduId
impl Unpin for SdpPduId
impl UnwindSafe for SdpPduId
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)