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