#[repr(C)]pub struct tagBinaryParam {
pub Buffer: *mut c_void,
pub Size: c_short,
}Fields§
§Buffer: *mut c_void§Size: c_shortTrait Implementations§
Source§impl Clone for tagBinaryParam
impl Clone for tagBinaryParam
Source§fn clone(&self) -> tagBinaryParam
fn clone(&self) -> tagBinaryParam
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 tagBinaryParam
impl Debug for tagBinaryParam
impl Copy for tagBinaryParam
Auto Trait Implementations§
impl Freeze for tagBinaryParam
impl RefUnwindSafe for tagBinaryParam
impl !Send for tagBinaryParam
impl !Sync for tagBinaryParam
impl Unpin for tagBinaryParam
impl UnwindSafe for tagBinaryParam
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