Struct ark_api_ffi::InvalidPodBool
source · [−]pub struct InvalidPodBool {}Expand description
Invalid value stored in PodBool when trying to interpret it as a bool
Auto Trait Implementations
impl RefUnwindSafe for InvalidPodBool
impl Send for InvalidPodBool
impl Sync for InvalidPodBool
impl Unpin for InvalidPodBool
impl UnwindSafe for InvalidPodBool
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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