#[repr(C)]pub struct TPMPassthroughOptions {
pub has_path: bool,
pub path: *mut i8,
pub has_cancel_path: bool,
pub cancel_path: *mut i8,
}Fields§
§has_path: bool§path: *mut i8§has_cancel_path: bool§cancel_path: *mut i8Trait Implementations§
Source§impl Clone for TPMPassthroughOptions
impl Clone for TPMPassthroughOptions
Source§fn clone(&self) -> TPMPassthroughOptions
fn clone(&self) -> TPMPassthroughOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TPMPassthroughOptions
impl Debug for TPMPassthroughOptions
impl Copy for TPMPassthroughOptions
Auto Trait Implementations§
impl Freeze for TPMPassthroughOptions
impl RefUnwindSafe for TPMPassthroughOptions
impl !Send for TPMPassthroughOptions
impl !Sync for TPMPassthroughOptions
impl Unpin for TPMPassthroughOptions
impl UnwindSafe for TPMPassthroughOptions
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