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