#[repr(C)]pub struct CDynBuf {
pub data: *mut Byte,
pub size: usize,
pub pos: usize,
}Fields§
§data: *mut Byte§size: usize§pos: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for CDynBuf
impl RefUnwindSafe for CDynBuf
impl !Send for CDynBuf
impl !Sync for CDynBuf
impl Unpin for CDynBuf
impl UnwindSafe for CDynBuf
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