#[repr(C)]pub struct ss_plugin_byte_buffer {
pub len: u32,
pub ptr: *const c_void,
}
Fields§
§len: u32
§ptr: *const c_void
Trait Implementations§
Source§impl Clone for ss_plugin_byte_buffer
impl Clone for ss_plugin_byte_buffer
Source§fn clone(&self) -> ss_plugin_byte_buffer
fn clone(&self) -> ss_plugin_byte_buffer
Returns a copy 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 ss_plugin_byte_buffer
impl Debug for ss_plugin_byte_buffer
impl Copy for ss_plugin_byte_buffer
Auto Trait Implementations§
impl Freeze for ss_plugin_byte_buffer
impl RefUnwindSafe for ss_plugin_byte_buffer
impl !Send for ss_plugin_byte_buffer
impl !Sync for ss_plugin_byte_buffer
impl Unpin for ss_plugin_byte_buffer
impl UnwindSafe for ss_plugin_byte_buffer
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