Struct MCI_STATUS_AMD_BITS
#[repr(C, packed(1))]pub struct MCI_STATUS_AMD_BITS {
pub _bitfield: u64,
}
Fields§
§_bitfield: u64
Trait Implementations§
§impl Clone for MCI_STATUS_AMD_BITS
impl Clone for MCI_STATUS_AMD_BITS
§fn clone(&self) -> MCI_STATUS_AMD_BITS
fn clone(&self) -> MCI_STATUS_AMD_BITS
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 MCI_STATUS_AMD_BITS
Auto Trait Implementations§
impl Freeze for MCI_STATUS_AMD_BITS
impl RefUnwindSafe for MCI_STATUS_AMD_BITS
impl Send for MCI_STATUS_AMD_BITS
impl Sync for MCI_STATUS_AMD_BITS
impl Unpin for MCI_STATUS_AMD_BITS
impl UnwindSafe for MCI_STATUS_AMD_BITS
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