[][src]Struct uefi_ffi::BLUETOOTH_CLASS_OF_DEVICE

#[repr(C, packed)]pub struct BLUETOOTH_CLASS_OF_DEVICE {
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u16>,
}

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u16>

Implementations

impl BLUETOOTH_CLASS_OF_DEVICE[src]

pub fn FormatType(&self) -> u8[src]

pub fn set_FormatType(&mut self, val: u8)[src]

pub fn MinorDeviceClass(&self) -> u8[src]

pub fn set_MinorDeviceClass(&mut self, val: u8)[src]

pub fn MajorDeviceClass(&self) -> u16[src]

pub fn set_MajorDeviceClass(&mut self, val: u16)[src]

pub fn MajorServiceClass(&self) -> u16[src]

pub fn set_MajorServiceClass(&mut self, val: u16)[src]

pub fn new_bitfield_1(
    FormatType: u8,
    MinorDeviceClass: u8,
    MajorDeviceClass: u16,
    MajorServiceClass: u16
) -> __BindgenBitfieldUnit<[u8; 4], u16>
[src]

Trait Implementations

impl Clone for BLUETOOTH_CLASS_OF_DEVICE[src]

impl Copy for BLUETOOTH_CLASS_OF_DEVICE[src]

impl Debug for BLUETOOTH_CLASS_OF_DEVICE[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.