Enum acpi_tables::aml::FieldUpdateRule
source · pub enum FieldUpdateRule {
Preserve = 0,
WriteAsOnes = 1,
WriteAsZeroes = 2,
}
Expand description
FieldUpdateRule defines the rules to update the field.
Variants§
Trait Implementations§
source§impl Clone for FieldUpdateRule
impl Clone for FieldUpdateRule
source§fn clone(&self) -> FieldUpdateRule
fn clone(&self) -> FieldUpdateRule
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 FieldUpdateRule
Auto Trait Implementations§
impl RefUnwindSafe for FieldUpdateRule
impl Send for FieldUpdateRule
impl Sync for FieldUpdateRule
impl Unpin for FieldUpdateRule
impl UnwindSafe for FieldUpdateRule
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