pub struct XCr0;
Extended feature enable mask register
Read the current set of XCR0 flags.
Read the current raw XCR0 value.
Write XCR0 flags.
Preserves the value of reserved fields. Panics if invalid combinations of XCr0Flags are set.
XCr0Flags
This function is unsafe because it’s possible to enable features that are not supported by the architecture
Write raw XCR0 flags.
Does not preserve any values, including reserved fields.
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.
[From]<T> for U