Struct MBN_DEVICE_SERVICE
#[repr(C)]pub struct MBN_DEVICE_SERVICE {
pub deviceServiceID: ManuallyDrop<BSTR>,
pub dataWriteSupported: VARIANT_BOOL,
pub dataReadSupported: VARIANT_BOOL,
}
Fields§
§deviceServiceID: ManuallyDrop<BSTR>
§dataWriteSupported: VARIANT_BOOL
§dataReadSupported: VARIANT_BOOL
Trait Implementations§
§impl Clone for MBN_DEVICE_SERVICE
impl Clone for MBN_DEVICE_SERVICE
§fn clone(&self) -> MBN_DEVICE_SERVICE
fn clone(&self) -> MBN_DEVICE_SERVICE
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 more§impl Debug for MBN_DEVICE_SERVICE
impl Debug for MBN_DEVICE_SERVICE
§impl Default for MBN_DEVICE_SERVICE
impl Default for MBN_DEVICE_SERVICE
§impl PartialEq for MBN_DEVICE_SERVICE
impl PartialEq for MBN_DEVICE_SERVICE
impl StructuralPartialEq for MBN_DEVICE_SERVICE
Auto Trait Implementations§
impl Freeze for MBN_DEVICE_SERVICE
impl RefUnwindSafe for MBN_DEVICE_SERVICE
impl !Send for MBN_DEVICE_SERVICE
impl !Sync for MBN_DEVICE_SERVICE
impl Unpin for MBN_DEVICE_SERVICE
impl UnwindSafe for MBN_DEVICE_SERVICE
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