#[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
impl Copy for DELTA_OUTPUT
Auto Trait Implementations§
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