#[repr(C)]pub struct _LONG_SIZEDARR {
pub clSize: ULONG,
pub pData: *mut ULONG,
}Fields§
§clSize: ULONG§pData: *mut ULONGTrait Implementations§
Source§impl Clone for _LONG_SIZEDARR
impl Clone for _LONG_SIZEDARR
Source§fn clone(&self) -> _LONG_SIZEDARR
fn clone(&self) -> _LONG_SIZEDARR
Returns a duplicate 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 _LONG_SIZEDARR
impl Debug for _LONG_SIZEDARR
impl Copy for _LONG_SIZEDARR
Auto Trait Implementations§
impl Freeze for _LONG_SIZEDARR
impl RefUnwindSafe for _LONG_SIZEDARR
impl !Send for _LONG_SIZEDARR
impl !Sync for _LONG_SIZEDARR
impl Unpin for _LONG_SIZEDARR
impl UnwindSafe for _LONG_SIZEDARR
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