#[repr(C)]pub struct AVInteger {
pub v: [u16; 8],
}
Fields§
§v: [u16; 8]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AVInteger
impl RefUnwindSafe for AVInteger
impl Send for AVInteger
impl Sync for AVInteger
impl Unpin for AVInteger
impl UnwindSafe for AVInteger
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