pub struct TlsImageSource { /* private fields */ }Expand description
A cloneable source for a relocated TLS initialization image.
The source may refer back to the loaded image instead of owning a copy of the
template bytes. Users must consume the borrowed template inside
with_template.
Implementations§
Trait Implementations§
Source§impl Clone for TlsImageSource
impl Clone for TlsImageSource
Source§fn clone(&self) -> TlsImageSource
fn clone(&self) -> TlsImageSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for TlsImageSource
impl !UnwindSafe for TlsImageSource
impl Freeze for TlsImageSource
impl Send for TlsImageSource
impl Sync for TlsImageSource
impl Unpin for TlsImageSource
impl UnsafeUnpin for TlsImageSource
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