pub struct Hint {
pub module: &'static str,
pub name: &'static str,
pub short_name: &'static str,
pub value: *const c_char,
pub doc: Option<&'static str>,
pub available_since: Option<c_int>,
}Expand description
Metadata for hint constants
Fields§
§module: &'static str§name: &'static str§short_name: &'static str§value: *const c_char§doc: Option<&'static str>§available_since: Option<c_int>Implementations§
Trait Implementations§
impl Copy for Hint
impl Send for Hint
impl Sync for Hint
Auto Trait Implementations§
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