#[repr(transparent)]pub struct IsolatedWindowsEnvironmentShareFileRequestOptions(_);
Expand description
Required features: "Security_Isolation"
Implementations§
pub fn new() -> Result<Self>
pub fn AllowWrite(&self) -> Result<bool>
pub fn SetAllowWrite(&self, value: bool) -> Result<()>
Trait Implementations§
§fn from(value: &IsolatedWindowsEnvironmentShareFileRequestOptions) -> Self
fn from(value: &IsolatedWindowsEnvironmentShareFileRequestOptions) -> Self
Converts to this type from the input type.
§fn from(value: &IsolatedWindowsEnvironmentShareFileRequestOptions) -> Self
fn from(value: &IsolatedWindowsEnvironmentShareFileRequestOptions) -> Self
Converts to this type from the input type.
§fn from(value: &IsolatedWindowsEnvironmentShareFileRequestOptions) -> Self
fn from(value: &IsolatedWindowsEnvironmentShareFileRequestOptions) -> Self
Converts to this type from the input type.
§fn from(value: &IsolatedWindowsEnvironmentShareFileRequestOptions) -> Self
fn from(value: &IsolatedWindowsEnvironmentShareFileRequestOptions) -> Self
Converts to this type from the input type.
§fn from(value: IsolatedWindowsEnvironmentShareFileRequestOptions) -> Self
fn from(value: IsolatedWindowsEnvironmentShareFileRequestOptions) -> Self
Converts to this type from the input type.
§fn from(value: IsolatedWindowsEnvironmentShareFileRequestOptions) -> Self
fn from(value: IsolatedWindowsEnvironmentShareFileRequestOptions) -> Self
Converts to this type from the input type.
type Vtable = IIsolatedWindowsEnvironmentShareFileRequestOptions_Vtbl
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.