#[repr(C)]pub struct CallResponse_Layout{
pub success: CLayoutOf<bool>,
pub error: CLayoutOf<Box<u8>>,
}Fields§
§success: CLayoutOf<bool>§error: CLayoutOf<Box<u8>>Trait Implementations§
Source§impl CType for CallResponse_Layout
impl CType for CallResponse_Layout
Source§impl Clone for CallResponse_Layout
impl Clone for CallResponse_Layout
Source§impl ReprC for CallResponse_Layout
impl ReprC for CallResponse_Layout
impl Copy for CallResponse_Layout
Auto Trait Implementations§
impl Freeze for CallResponse_Layout
impl RefUnwindSafe for CallResponse_Layout
impl !Send for CallResponse_Layout
impl !Sync for CallResponse_Layout
impl Unpin for CallResponse_Layout
impl UnwindSafe for CallResponse_Layout
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