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