Struct kdevice::log::OpGuard [−][src]
pub struct OpGuard<'a> { pub committed: bool, // some fields omitted }
Expand description
Returned by end_op
.
Fields
committed: bool
If this operation is committed or not finally.
pub struct OpGuard<'a> { pub committed: bool, // some fields omitted }
Returned by end_op
.
committed: bool
If this operation is committed or not finally.
impl<'a> !RefUnwindSafe for OpGuard<'a>
impl<'a> Send for OpGuard<'a>
impl<'a> Sync for OpGuard<'a>
impl<'a> Unpin for OpGuard<'a>
impl<'a> !UnwindSafe for OpGuard<'a>