#[repr(C)]pub struct udfValue {
pub supplementalInfo: *mut c_void,
pub __bindgen_anon_1: udfValue__bindgen_ty_1,
pub begin: size_t,
pub range: size_t,
pub next: *mut udfValue,
}Fields§
§supplementalInfo: *mut c_void§__bindgen_anon_1: udfValue__bindgen_ty_1§begin: size_t§range: size_t§next: *mut udfValueTrait Implementations§
impl Copy for udfValue
Auto Trait Implementations§
impl Freeze for udfValue
impl RefUnwindSafe for udfValue
impl !Send for udfValue
impl !Sync for udfValue
impl Unpin for udfValue
impl UnwindSafe for udfValue
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