Struct apriltag_sys::zarray
source · #[repr(C)]pub struct zarray {
pub el_sz: usize,
pub size: c_int,
pub alloc: c_int,
pub data: *mut c_char,
}
Fields§
§el_sz: usize
§size: c_int
§alloc: c_int
§data: *mut c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for zarray
impl RefUnwindSafe for zarray
impl !Send for zarray
impl !Sync for zarray
impl Unpin for zarray
impl UnwindSafe for zarray
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