#[repr(C)]#[repr(packed)]pub struct PCCARD_RESOURCE {
pub PcCard_Header: PCCARD_DES,
}
Fields
PcCard_Header: PCCARD_DES
Trait Implementations
sourceimpl Clone for PCCARD_RESOURCE
impl Clone for PCCARD_RESOURCE
sourcefn clone(&self) -> PCCARD_RESOURCE
fn clone(&self) -> PCCARD_RESOURCE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for PCCARD_RESOURCE
Auto Trait Implementations
impl RefUnwindSafe for PCCARD_RESOURCE
impl Send for PCCARD_RESOURCE
impl Sync for PCCARD_RESOURCE
impl Unpin for PCCARD_RESOURCE
impl UnwindSafe for PCCARD_RESOURCE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more