#[repr(C)]pub struct PxScene {
pub structgen_pad0: [u8; 8],
pub userData: *mut c_void,
}Fields§
§structgen_pad0: [u8; 8]§userData: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for PxScene
impl RefUnwindSafe for PxScene
impl !Send for PxScene
impl !Sync for PxScene
impl Unpin for PxScene
impl UnwindSafe for PxScene
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