#[repr(C, packed(1))]pub struct bnep_ctrl_cmd_not_understood_cmd {
pub type_: u8,
pub ctrl: u8,
pub unkn_ctrl: u8,
}Fields§
§type_: u8§ctrl: u8§unkn_ctrl: u8Trait Implementations§
Source§impl Clone for bnep_ctrl_cmd_not_understood_cmd
impl Clone for bnep_ctrl_cmd_not_understood_cmd
Source§fn clone(&self) -> bnep_ctrl_cmd_not_understood_cmd
fn clone(&self) -> bnep_ctrl_cmd_not_understood_cmd
Returns a duplicate 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 moreimpl Copy for bnep_ctrl_cmd_not_understood_cmd
Auto Trait Implementations§
impl Freeze for bnep_ctrl_cmd_not_understood_cmd
impl RefUnwindSafe for bnep_ctrl_cmd_not_understood_cmd
impl Send for bnep_ctrl_cmd_not_understood_cmd
impl Sync for bnep_ctrl_cmd_not_understood_cmd
impl Unpin for bnep_ctrl_cmd_not_understood_cmd
impl UnwindSafe for bnep_ctrl_cmd_not_understood_cmd
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