Struct windows::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,
}
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
§fn clone(&self) -> JAVA_TRUST
fn clone(&self) -> JAVA_TRUST
Returns a copy 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 more§impl Debug for JAVA_TRUST
impl Debug for JAVA_TRUST
§impl PartialEq for JAVA_TRUST
impl PartialEq for JAVA_TRUST
§fn eq(&self, other: &JAVA_TRUST) -> bool
fn eq(&self, other: &JAVA_TRUST) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for JAVA_TRUST
impl Eq for JAVA_TRUST
impl StructuralPartialEq for JAVA_TRUST
Auto Trait Implementations§
impl Freeze for JAVA_TRUST
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)