#[repr(C)]pub struct AiFace {
pub num_indices: c_uint,
pub indices: *mut c_uint,
}Fields§
§num_indices: c_uint§indices: *mut c_uintAuto Trait Implementations§
impl Freeze for AiFace
impl RefUnwindSafe for AiFace
impl !Send for AiFace
impl !Sync for AiFace
impl Unpin for AiFace
impl UnwindSafe for AiFace
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