#[repr(C, packed(1))]pub struct BTH_SDP_RECORD {
pub fSecurity: ULONG,
pub fOptions: ULONG,
pub fCodService: ULONG,
pub recordLength: ULONG,
pub record: [UCHAR; 1],
}
Fields§
§fSecurity: ULONG
§fOptions: ULONG
§fCodService: ULONG
§recordLength: ULONG
§record: [UCHAR; 1]
Trait Implementations§
Source§impl Clone for BTH_SDP_RECORD
impl Clone for BTH_SDP_RECORD
Source§fn clone(&self) -> BTH_SDP_RECORD
fn clone(&self) -> BTH_SDP_RECORD
Returns a copy 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 Default for BTH_SDP_RECORD
impl Default for BTH_SDP_RECORD
Source§fn default() -> BTH_SDP_RECORD
fn default() -> BTH_SDP_RECORD
Returns the “default value” for a type. Read more
impl Copy for BTH_SDP_RECORD
Auto Trait Implementations§
impl Freeze for BTH_SDP_RECORD
impl RefUnwindSafe for BTH_SDP_RECORD
impl Send for BTH_SDP_RECORD
impl Sync for BTH_SDP_RECORD
impl Unpin for BTH_SDP_RECORD
impl UnwindSafe for BTH_SDP_RECORD
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