Struct optee_utee::TaSessionBuilder
source · pub struct TaSessionBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> TaSessionBuilder<'a>
impl<'a> TaSessionBuilder<'a>
sourcepub fn with_timeout(self, timeout: u32) -> Self
pub fn with_timeout(self, timeout: u32) -> Self
Sets a custom timeout for the session opening.
sourcepub fn with_params(self, params: TeeParams<'a>) -> Self
pub fn with_params(self, params: TeeParams<'a>) -> Self
Sets the parameters to be passed during session opening.
Auto Trait Implementations§
impl<'a> Freeze for TaSessionBuilder<'a>
impl<'a> RefUnwindSafe for TaSessionBuilder<'a>
impl<'a> Send for TaSessionBuilder<'a>
impl<'a> Sync for TaSessionBuilder<'a>
impl<'a> Unpin for TaSessionBuilder<'a>
impl<'a> !UnwindSafe for TaSessionBuilder<'a>
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