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 Freeze for LTOObjectBuffer
impl RefUnwindSafe for LTOObjectBuffer
impl !Send for LTOObjectBuffer
impl !Sync for LTOObjectBuffer
impl Unpin for LTOObjectBuffer
impl UnwindSafe for LTOObjectBuffer
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