#[repr(C)]pub struct xc_msr {
pub index: u32,
pub policy: [c_char; 65],
}Fields§
§index: u32§policy: [c_char; 65]Trait Implementations§
impl Copy for xc_msr
Auto Trait Implementations§
impl Freeze for xc_msr
impl RefUnwindSafe for xc_msr
impl Send for xc_msr
impl Sync for xc_msr
impl Unpin for xc_msr
impl UnwindSafe for xc_msr
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