Struct windows_sys::Win32::System::WindowsProgramming::JAVA_TRUST
#[repr(C)]pub struct JAVA_TRUST {
pub cbSize: u32,
pub flag: u32,
pub fAllActiveXPermissions: BOOL,
pub fAllPermissions: BOOL,
pub dwEncodingType: u32,
pub pbJavaPermissions: *mut u8,
pub cbJavaPermissions: u32,
pub pbSigner: *mut u8,
pub cbSigner: u32,
pub pwszZone: PCWSTR,
pub guidZone: GUID,
pub hVerify: HRESULT,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§cbSize: u32
§flag: u32
§fAllActiveXPermissions: BOOL
§fAllPermissions: BOOL
§dwEncodingType: u32
§pbJavaPermissions: *mut u8
§cbJavaPermissions: u32
§pbSigner: *mut u8
§cbSigner: u32
§pwszZone: PCWSTR
§guidZone: GUID
§hVerify: HRESULT
Trait Implementations§
§impl Clone for JAVA_TRUST
impl Clone for JAVA_TRUST
impl Copy for JAVA_TRUST
Auto Trait Implementations§
impl RefUnwindSafe for JAVA_TRUST
impl !Send for JAVA_TRUST
impl !Sync for JAVA_TRUST
impl Unpin for JAVA_TRUST
impl UnwindSafe for JAVA_TRUST
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