Struct object::pe::ImageAuxSymbolCrc
source · #[repr(C)]pub struct ImageAuxSymbolCrc {
pub crc: U32Bytes<LE>,
}
Fields§
§crc: U32Bytes<LE>
Trait Implementations§
source§impl Clone for ImageAuxSymbolCrc
impl Clone for ImageAuxSymbolCrc
source§fn clone(&self) -> ImageAuxSymbolCrc
fn clone(&self) -> ImageAuxSymbolCrc
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 moresource§impl Debug for ImageAuxSymbolCrc
impl Debug for ImageAuxSymbolCrc
impl Copy for ImageAuxSymbolCrc
impl Pod for ImageAuxSymbolCrc
Auto Trait Implementations§
impl RefUnwindSafe for ImageAuxSymbolCrc
impl Send for ImageAuxSymbolCrc
impl Sync for ImageAuxSymbolCrc
impl Unpin for ImageAuxSymbolCrc
impl UnwindSafe for ImageAuxSymbolCrc
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