#[repr(C)]pub struct CLS_WRITE_ENTRY {
pub Buffer: *mut c_void,
pub ByteLength: u32,
}Fields§
§Buffer: *mut c_void§ByteLength: u32Trait Implementations§
Source§impl Abi for CLS_WRITE_ENTRY
impl Abi for CLS_WRITE_ENTRY
Source§type Abi = CLS_WRITE_ENTRY
type Abi = CLS_WRITE_ENTRY
The abi representation of the implementing type. Read more
type DefaultType = CLS_WRITE_ENTRY
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for CLS_WRITE_ENTRY
impl Clone for CLS_WRITE_ENTRY
Source§fn clone(&self) -> CLS_WRITE_ENTRY
fn clone(&self) -> CLS_WRITE_ENTRY
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CLS_WRITE_ENTRY
Source§impl Debug for CLS_WRITE_ENTRY
impl Debug for CLS_WRITE_ENTRY
Source§impl Default for CLS_WRITE_ENTRY
impl Default for CLS_WRITE_ENTRY
impl Eq for CLS_WRITE_ENTRY
Auto Trait Implementations§
impl !Send for CLS_WRITE_ENTRY
impl !Sync for CLS_WRITE_ENTRY
impl Freeze for CLS_WRITE_ENTRY
impl RefUnwindSafe for CLS_WRITE_ENTRY
impl Unpin for CLS_WRITE_ENTRY
impl UnsafeUnpin for CLS_WRITE_ENTRY
impl UnwindSafe for CLS_WRITE_ENTRY
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