#[repr(C, packed(4))]pub struct MovieTrackingPlaneMarker {
pub corners: [[f32; 2]; 4],
pub framenr: i32,
pub flag: i32,
}Fields§
§corners: [[f32; 2]; 4]§framenr: i32§flag: i32Trait Implementations§
Source§impl GeneratedBlendStruct for MovieTrackingPlaneMarker
impl GeneratedBlendStruct for MovieTrackingPlaneMarker
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "MovieTrackingPlaneMarker"
const STRUCT_INDEX: usize = 683usize
const STRUCT_TYPE_INDEX: usize = 825usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<MovieTrackingPlaneMarker> for MovieTrackingPlaneMarker
Auto Trait Implementations§
impl Freeze for MovieTrackingPlaneMarker
impl RefUnwindSafe for MovieTrackingPlaneMarker
impl Send for MovieTrackingPlaneMarker
impl Sync for MovieTrackingPlaneMarker
impl Unpin for MovieTrackingPlaneMarker
impl UnwindSafe for MovieTrackingPlaneMarker
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