pub struct Int8Value { /* private fields */ }
Implementations§
Source§impl Int8Value
impl Int8Value
pub fn get_reference(&self) -> LLVMValueRef
pub fn new(reference: LLVMValueRef) -> Self
pub fn is_undef(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Int8Value
impl RefUnwindSafe for Int8Value
impl !Send for Int8Value
impl !Sync for Int8Value
impl Unpin for Int8Value
impl UnwindSafe for Int8Value
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