struct RevisionInfo<'a> {
target_arch: Option<&'a str>,
llvm_components: Option<Vec<&'a str>>,
}
Fields§
§target_arch: Option<&'a str>
§llvm_components: Option<Vec<&'a str>>
Trait Implementations§
Source§impl<'a> Debug for RevisionInfo<'a>
impl<'a> Debug for RevisionInfo<'a>
Source§impl<'a> Default for RevisionInfo<'a>
impl<'a> Default for RevisionInfo<'a>
Source§fn default() -> RevisionInfo<'a>
fn default() -> RevisionInfo<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for RevisionInfo<'a>
impl<'a> RefUnwindSafe for RevisionInfo<'a>
impl<'a> Send for RevisionInfo<'a>
impl<'a> Sync for RevisionInfo<'a>
impl<'a> Unpin for RevisionInfo<'a>
impl<'a> UnwindSafe for RevisionInfo<'a>
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<T> Pointable for T
impl<T> Pointable for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 40 bytes