#[repr(C)]pub struct PxTask {
pub structgen_pad0: [u8; 32],
}Fields§
§structgen_pad0: [u8; 32]Trait Implementations§
Auto Trait Implementations§
impl Freeze for PxTask
impl RefUnwindSafe for PxTask
impl Send for PxTask
impl Sync for PxTask
impl Unpin for PxTask
impl UnwindSafe for PxTask
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