Struct rtic_syntax::ast::SharedResourceProperties
source · pub struct SharedResourceProperties {
pub lock_free: bool,
}
Expand description
Shared resource properties
Fields§
§lock_free: bool
A lock free (exclusive resource)
Trait Implementations§
Auto Trait Implementations§
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