#[repr(C)]pub struct DebugBoolAnnotation {
pub key: &'static str,
pub value: bool,
}
Fields§
§key: &'static str
§value: bool
Trait Implementations§
Source§impl ExternType for DebugBoolAnnotation
impl ExternType for DebugBoolAnnotation
Auto Trait Implementations§
impl Freeze for DebugBoolAnnotation
impl RefUnwindSafe for DebugBoolAnnotation
impl Send for DebugBoolAnnotation
impl Sync for DebugBoolAnnotation
impl Unpin for DebugBoolAnnotation
impl UnwindSafe for DebugBoolAnnotation
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