pub struct FfiCborData_Layout(/* private fields */)
where
Box<u8>: ReprC;Trait Implementations§
Source§impl CType for FfiCborData_Layout
impl CType for FfiCborData_Layout
type OPAQUE_KIND = <<slice_boxed<u8> as ReprC>::CLayout as CType>::OPAQUE_KIND
fn zeroed() -> Self
Source§impl Clone for FfiCborData_Layout
impl Clone for FfiCborData_Layout
Source§impl ReprC for FfiCborData_Layout
impl ReprC for FfiCborData_Layout
impl Copy for FfiCborData_Layout
Auto Trait Implementations§
impl Freeze for FfiCborData_Layout
impl RefUnwindSafe for FfiCborData_Layout
impl !Send for FfiCborData_Layout
impl !Sync for FfiCborData_Layout
impl Unpin for FfiCborData_Layout
impl UnwindSafe for FfiCborData_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