#[repr(C)]pub struct RiceDataImpl {
pub ptr: *mut u8,
pub size: usize,
}Expand description
A pointer to a sequence of bytes and the associated size.
Fields§
§ptr: *mut u8A pointer to a sequence of bytes.
size: usizeNumber of bytes pointed to in ptr.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RiceDataImpl
impl RefUnwindSafe for RiceDataImpl
impl !Send for RiceDataImpl
impl !Sync for RiceDataImpl
impl Unpin for RiceDataImpl
impl UnwindSafe for RiceDataImpl
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