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