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