pub struct VtpmProxy {
dbus_connection: Option<Connection>,
buf: Vec<u8>,
}Expand description
A proxy object that connects to the vtpmd on ChromeOS.
Fields§
§dbus_connection: Option<Connection>§buf: Vec<u8>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for VtpmProxy
impl !RefUnwindSafe for VtpmProxy
impl Send for VtpmProxy
impl !Sync for VtpmProxy
impl Unpin for VtpmProxy
impl !UnwindSafe for VtpmProxy
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