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