pub struct FeatureHelper {
pub urid: *const c_char,
pub data: *mut *mut c_void,
pub required: bool,
}Expand description
Helper for feature queries.
Fields§
§urid: *const c_charFeature URI
data: *mut *mut c_voidPointer to store feature data
required: boolWhether this feature is required
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FeatureHelper
impl RefUnwindSafe for FeatureHelper
impl !Send for FeatureHelper
impl !Sync for FeatureHelper
impl Unpin for FeatureHelper
impl UnwindSafe for FeatureHelper
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