#[repr(C)]pub struct _wireBRECORD {
pub fFlags: ULONG,
pub clSize: ULONG,
pub pRecInfo: *mut IRecordInfo,
pub pRecord: *mut byte,
}
Fields§
§fFlags: ULONG
§clSize: ULONG
§pRecInfo: *mut IRecordInfo
§pRecord: *mut byte
Trait Implementations§
Source§impl Clone for _wireBRECORD
impl Clone for _wireBRECORD
Source§fn clone(&self) -> _wireBRECORD
fn clone(&self) -> _wireBRECORD
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 _wireBRECORD
impl Debug for _wireBRECORD
Source§impl Ord for _wireBRECORD
impl Ord for _wireBRECORD
Source§fn cmp(&self, other: &_wireBRECORD) -> Ordering
fn cmp(&self, other: &_wireBRECORD) -> 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 _wireBRECORD
impl PartialEq for _wireBRECORD
Source§impl PartialOrd for _wireBRECORD
impl PartialOrd for _wireBRECORD
impl Copy for _wireBRECORD
impl Eq for _wireBRECORD
impl StructuralPartialEq for _wireBRECORD
Auto Trait Implementations§
impl Freeze for _wireBRECORD
impl RefUnwindSafe for _wireBRECORD
impl !Send for _wireBRECORD
impl !Sync for _wireBRECORD
impl Unpin for _wireBRECORD
impl UnwindSafe for _wireBRECORD
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