#[repr(C)]pub struct XYZTPO {
pub time: UINT32,
pub __bindgen_anon_1: XYZTPO__bindgen_ty_1,
}
Fields§
§time: UINT32
§__bindgen_anon_1: XYZTPO__bindgen_ty_1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XYZTPO
impl RefUnwindSafe for XYZTPO
impl Send for XYZTPO
impl Sync for XYZTPO
impl Unpin for XYZTPO
impl UnwindSafe for XYZTPO
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