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