Struct acpi_tables::aml::Acquire
source · pub struct Acquire {
mutex: Path,
timeout: u16,
}
Expand description
Acquire object with a Mutex object and timeout value.
Fields§
§mutex: Path
§timeout: u16
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Acquire
impl RefUnwindSafe for Acquire
impl Send for Acquire
impl Sync for Acquire
impl Unpin for Acquire
impl UnwindSafe for Acquire
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