#[repr(C)]pub struct AVLFG {
pub state: [c_uint; 64],
pub index: c_int,
}Fields§
§state: [c_uint; 64]§index: c_intTrait Implementations§
impl Copy for AVLFG
impl Eq for AVLFG
impl StructuralPartialEq for AVLFG
Auto Trait Implementations§
impl Freeze for AVLFG
impl RefUnwindSafe for AVLFG
impl Send for AVLFG
impl Sync for AVLFG
impl Unpin for AVLFG
impl UnsafeUnpin for AVLFG
impl UnwindSafe for AVLFG
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