pub struct Alias {
pub name: String,
pub c_identifier: String,
pub typ: TypeId,
pub target_c_type: String,
pub doc: Option<String>,
pub doc_deprecated: Option<String>,
}
Fields§
§name: String
§c_identifier: String
§typ: TypeId
§target_c_type: String
§doc: Option<String>
§doc_deprecated: Option<String>
Trait Implementations§
source§impl IsExternal for Alias
impl IsExternal for Alias
fn is_external(&self, lib: &Library) -> bool
source§impl IsIncomplete for Alias
impl IsIncomplete for Alias
fn is_incomplete(&self, lib: &Library) -> bool
source§impl Ord for Alias
impl Ord for Alias
source§impl PartialOrd for Alias
impl PartialOrd for Alias
impl Eq for Alias
Auto Trait Implementations§
impl Freeze for Alias
impl RefUnwindSafe for Alias
impl Send for Alias
impl Sync for Alias
impl Unpin for Alias
impl UnwindSafe for Alias
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<T> DerivesCopy for Twhere
T: IsIncomplete,
impl<T> DerivesCopy for Twhere
T: IsIncomplete,
fn derives_copy(&self, lib: &Library) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.