Struct DELTA_OUTPUT
#[repr(C)]pub struct DELTA_OUTPUT {
pub lpStart: *mut c_void,
pub uSize: usize,
}
Fields§
§lpStart: *mut c_void
§uSize: usize
Trait Implementations§
§impl Clone for DELTA_OUTPUT
impl Clone for DELTA_OUTPUT
§fn clone(&self) -> DELTA_OUTPUT
fn clone(&self) -> DELTA_OUTPUT
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 moreimpl Copy for DELTA_OUTPUT
Auto Trait Implementations§
impl Freeze for DELTA_OUTPUT
impl RefUnwindSafe for DELTA_OUTPUT
impl !Send for DELTA_OUTPUT
impl !Sync for DELTA_OUTPUT
impl Unpin for DELTA_OUTPUT
impl UnwindSafe for DELTA_OUTPUT
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