Struct simplicity_sys::c_jets::c_env::CRawBuffer
source · #[repr(C)]pub struct CRawBuffer {
pub ptr: *const c_uchar,
pub len: u32,
}
Fields§
§ptr: *const c_uchar
§len: u32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CRawBuffer
impl !Send for CRawBuffer
impl !Sync for CRawBuffer
impl Unpin for CRawBuffer
impl UnwindSafe for CRawBuffer
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