Struct windows_sys::Win32::Devices::Bluetooth::RFCOMM_RLS_DATA
[−]#[repr(C)]pub struct RFCOMM_RLS_DATA {
pub LineStatus: u8,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
Fields
LineStatus: u8
Trait Implementations
impl Clone for RFCOMM_RLS_DATA
impl Clone for RFCOMM_RLS_DATA
impl Copy for RFCOMM_RLS_DATA
Auto Trait Implementations
impl RefUnwindSafe for RFCOMM_RLS_DATA
impl Send for RFCOMM_RLS_DATA
impl Sync for RFCOMM_RLS_DATA
impl Unpin for RFCOMM_RLS_DATA
impl UnwindSafe for RFCOMM_RLS_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more