#[repr(C)]pub struct box_label {
pub id: c_int,
pub track_id: c_int,
pub x: f32,
pub y: f32,
pub w: f32,
pub h: f32,
pub left: f32,
pub right: f32,
pub top: f32,
pub bottom: f32,
}Fields§
§id: c_int§track_id: c_int§x: f32§y: f32§w: f32§h: f32§left: f32§right: f32§top: f32§bottom: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for box_label
impl RefUnwindSafe for box_label
impl Send for box_label
impl Sync for box_label
impl Unpin for box_label
impl UnsafeUnpin for box_label
impl UnwindSafe for box_label
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