#[repr(C, packed(1))]pub struct write_ext_inquiry_response_cp {
pub fec: u8,
pub data: [u8; 240],
}Fields§
§fec: u8§data: [u8; 240]Trait Implementations§
Source§impl Clone for write_ext_inquiry_response_cp
impl Clone for write_ext_inquiry_response_cp
Source§fn clone(&self) -> write_ext_inquiry_response_cp
fn clone(&self) -> write_ext_inquiry_response_cp
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 write_ext_inquiry_response_cp
Auto Trait Implementations§
impl Freeze for write_ext_inquiry_response_cp
impl RefUnwindSafe for write_ext_inquiry_response_cp
impl Send for write_ext_inquiry_response_cp
impl Sync for write_ext_inquiry_response_cp
impl Unpin for write_ext_inquiry_response_cp
impl UnwindSafe for write_ext_inquiry_response_cp
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