#[repr(C)]pub struct TlsConfigurationProtocol {
pub set_data: unsafe extern "efiapi" fn(this: *mut Self, typ: TlsConfigDataType, data: *const c_void, size: usize) -> Status,
pub get_data: unsafe extern "efiapi" fn(this: *const Self, typ: TlsConfigDataType, data: *mut c_void, size: *mut usize) -> Status,
}
Fields§
§set_data: unsafe extern "efiapi" fn(this: *mut Self, typ: TlsConfigDataType, data: *const c_void, size: usize) -> Status
§get_data: unsafe extern "efiapi" fn(this: *const Self, typ: TlsConfigDataType, data: *mut c_void, size: *mut usize) -> Status
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TlsConfigurationProtocol
impl RefUnwindSafe for TlsConfigurationProtocol
impl Send for TlsConfigurationProtocol
impl Sync for TlsConfigurationProtocol
impl Unpin for TlsConfigurationProtocol
impl UnwindSafe for TlsConfigurationProtocol
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