#[repr(C, packed(4))]pub struct CreateBeaconCallback_t {
pub m_eResult: EResult,
pub m_ulBeaconID: PartyBeaconID_t,
}Fields§
§m_eResult: EResult§m_ulBeaconID: PartyBeaconID_tTrait Implementations§
Source§impl Clone for CreateBeaconCallback_t
impl Clone for CreateBeaconCallback_t
Source§fn clone(&self) -> CreateBeaconCallback_t
fn clone(&self) -> CreateBeaconCallback_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CreateBeaconCallback_t
Auto Trait Implementations§
impl Freeze for CreateBeaconCallback_t
impl RefUnwindSafe for CreateBeaconCallback_t
impl Send for CreateBeaconCallback_t
impl Sync for CreateBeaconCallback_t
impl Unpin for CreateBeaconCallback_t
impl UnsafeUnpin for CreateBeaconCallback_t
impl UnwindSafe for CreateBeaconCallback_t
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