#[repr(C, packed(1))]pub struct create_physical_link_cp {
pub handle: u8,
pub key_length: u8,
pub key_type: u8,
pub key: [u8; 32],
}Fields§
§handle: u8§key_length: u8§key_type: u8§key: [u8; 32]Trait Implementations§
Source§impl Clone for create_physical_link_cp
impl Clone for create_physical_link_cp
Source§fn clone(&self) -> create_physical_link_cp
fn clone(&self) -> create_physical_link_cp
Returns a copy 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 create_physical_link_cp
impl Debug for create_physical_link_cp
impl Copy for create_physical_link_cp
Auto Trait Implementations§
impl Freeze for create_physical_link_cp
impl RefUnwindSafe for create_physical_link_cp
impl Send for create_physical_link_cp
impl Sync for create_physical_link_cp
impl Unpin for create_physical_link_cp
impl UnwindSafe for create_physical_link_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