#[repr(C)]pub struct tagBinaryParam {
pub Buffer: *mut c_void,
pub Size: c_short,
}
Fields§
§Buffer: *mut c_void
§Size: c_short
Trait Implementations§
Source§impl Clone for tagBinaryParam
impl Clone for tagBinaryParam
Source§fn clone(&self) -> tagBinaryParam
fn clone(&self) -> tagBinaryParam
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 tagBinaryParam
impl Debug for tagBinaryParam
Source§impl Ord for tagBinaryParam
impl Ord for tagBinaryParam
Source§fn cmp(&self, other: &tagBinaryParam) -> Ordering
fn cmp(&self, other: &tagBinaryParam) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagBinaryParam
impl PartialEq for tagBinaryParam
Source§impl PartialOrd for tagBinaryParam
impl PartialOrd for tagBinaryParam
impl Copy for tagBinaryParam
impl Eq for tagBinaryParam
impl StructuralPartialEq 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