Struct winreg::transaction::Transaction [] [src]

pub struct Transaction {
    pub handle: HANDLE,
}

Fields

handle: HANDLE

Methods

impl Transaction
[src]

fn new() -> Result<Transaction>

fn commit(&self) -> Result<()>

fn rollback(&self) -> Result<()>

Trait Implementations

impl Debug for Transaction
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Drop for Transaction
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more