#[repr(C, packed(1))]pub struct bnep_set_filter_req {
pub type_: u8,
pub ctrl: u8,
pub len: u16,
pub list: __IncompleteArrayField<u8>,
}Fields§
§type_: u8§ctrl: u8§len: u16§list: __IncompleteArrayField<u8>Auto Trait Implementations§
impl Freeze for bnep_set_filter_req
impl RefUnwindSafe for bnep_set_filter_req
impl Send for bnep_set_filter_req
impl Sync for bnep_set_filter_req
impl Unpin for bnep_set_filter_req
impl UnwindSafe for bnep_set_filter_req
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