#[repr(C, packed(1))]pub struct inquiry_cp {
pub lap: [u8; 3],
pub length: u8,
pub num_rsp: u8,
}Fields§
§lap: [u8; 3]§length: u8§num_rsp: u8Trait Implementations§
Source§impl Clone for inquiry_cp
impl Clone for inquiry_cp
Source§fn clone(&self) -> inquiry_cp
fn clone(&self) -> inquiry_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 moreSource§impl Debug for inquiry_cp
impl Debug for inquiry_cp
impl Copy for inquiry_cp
Auto Trait Implementations§
impl Freeze for inquiry_cp
impl RefUnwindSafe for inquiry_cp
impl Send for inquiry_cp
impl Sync for inquiry_cp
impl Unpin for inquiry_cp
impl UnwindSafe for inquiry_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