#[repr(C)]pub struct RawBuffer {
pub ptr: *mut u8,
pub len: usize,
pub capacity: usize,
}
Fields§
§ptr: *mut u8
§len: usize
§capacity: usize
Implementations§
Auto Trait Implementations§
impl Freeze for RawBuffer
impl RefUnwindSafe for RawBuffer
impl !Send for RawBuffer
impl !Sync for RawBuffer
impl Unpin for RawBuffer
impl UnwindSafe for RawBuffer
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