#[repr(C)]pub struct PxBroadcastingErrorCallback {
pub structgen_pad0: [u8; 160],
}Fields§
§structgen_pad0: [u8; 160]Trait Implementations§
Source§impl Clone for PxBroadcastingErrorCallback
impl Clone for PxBroadcastingErrorCallback
Source§fn clone(&self) -> PxBroadcastingErrorCallback
fn clone(&self) -> PxBroadcastingErrorCallback
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 moreimpl Copy for PxBroadcastingErrorCallback
Auto Trait Implementations§
impl Freeze for PxBroadcastingErrorCallback
impl RefUnwindSafe for PxBroadcastingErrorCallback
impl Send for PxBroadcastingErrorCallback
impl Sync for PxBroadcastingErrorCallback
impl Unpin for PxBroadcastingErrorCallback
impl UnwindSafe for PxBroadcastingErrorCallback
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