#[repr(C, packed(2))]pub struct TrackFileChecksum {
pub tfc_high: ULONG,
pub tfc_low: ULONG,
}Fields§
§tfc_high: ULONG§tfc_low: ULONGTrait Implementations§
Source§impl Clone for TrackFileChecksum
impl Clone for TrackFileChecksum
Source§fn clone(&self) -> TrackFileChecksum
fn clone(&self) -> TrackFileChecksum
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 TrackFileChecksum
impl Debug for TrackFileChecksum
impl Copy for TrackFileChecksum
Auto Trait Implementations§
impl Freeze for TrackFileChecksum
impl RefUnwindSafe for TrackFileChecksum
impl Send for TrackFileChecksum
impl Sync for TrackFileChecksum
impl Unpin for TrackFileChecksum
impl UnwindSafe for TrackFileChecksum
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