#[repr(C)]pub struct invlist {
pub sv_any: *mut xpvinvlist,
pub sv_refcnt: u32,
pub sv_flags: u32,
pub sv_u: invlist__bindgen_ty_1,
}Fields§
§sv_any: *mut xpvinvlist§sv_refcnt: u32§sv_flags: u32§sv_u: invlist__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for invlist
impl RefUnwindSafe for invlist
impl !Send for invlist
impl !Sync for invlist
impl Unpin for invlist
impl UnsafeUnpin for invlist
impl UnwindSafe for invlist
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