Struct executorch_sys::executorch_rs::Result_i64
source · #[repr(C)]pub struct Result_i64 {
pub __bindgen_anon_1: Result_i64__bindgen_ty_1,
pub hasValue_: bool,
}Fields§
§__bindgen_anon_1: Result_i64__bindgen_ty_1§hasValue_: boolTrue if the Result contains a value.
Auto Trait Implementations§
impl Freeze for Result_i64
impl RefUnwindSafe for Result_i64
impl Send for Result_i64
impl Sync for Result_i64
impl Unpin for Result_i64
impl UnwindSafe for Result_i64
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