Struct llvm_sys::lto::LTOObjectBuffer
source · [−]#[repr(C)]pub struct LTOObjectBuffer { /* private fields */ }
Expand description
Type to wrap a single object returned by ThinLTO.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LTOObjectBuffer
impl !Send for LTOObjectBuffer
impl !Sync for LTOObjectBuffer
impl Unpin for LTOObjectBuffer
impl UnwindSafe for LTOObjectBuffer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more