#[repr(C)]pub struct ZL_RBuffer {
pub start: *const c_void,
pub size: usize,
}Fields§
§start: *const c_void§size: usizeTrait Implementations§
Source§impl Clone for ZL_RBuffer
impl Clone for ZL_RBuffer
Source§fn clone(&self) -> ZL_RBuffer
fn clone(&self) -> ZL_RBuffer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ZL_RBuffer
impl Debug for ZL_RBuffer
impl Copy for ZL_RBuffer
Auto Trait Implementations§
impl Freeze for ZL_RBuffer
impl RefUnwindSafe for ZL_RBuffer
impl !Send for ZL_RBuffer
impl !Sync for ZL_RBuffer
impl Unpin for ZL_RBuffer
impl UnwindSafe for ZL_RBuffer
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