#[repr(transparent)]pub struct GhcbUsage(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
source§impl Ord for GhcbUsage
impl Ord for GhcbUsage
source§impl PartialOrd for GhcbUsage
impl PartialOrd for GhcbUsage
impl Copy for GhcbUsage
impl Eq for GhcbUsage
impl StructuralPartialEq for GhcbUsage
Auto Trait Implementations§
impl Freeze for GhcbUsage
impl RefUnwindSafe for GhcbUsage
impl Send for GhcbUsage
impl Sync for GhcbUsage
impl Unpin for GhcbUsage
impl UnwindSafe for GhcbUsage
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)