#[repr(C)]pub struct xpceref_t {
pub type_: c_int,
pub value: xpceref_t__bindgen_ty_1,
}
Expand description
FAST XPCE SUPPORT *
Fields§
§type_: c_int
§value: xpceref_t__bindgen_ty_1
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for xpceref_t
impl Send for xpceref_t
impl Sync for xpceref_t
impl Unpin for xpceref_t
impl UnwindSafe for xpceref_t
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