Struct WTS_POLICY_DATA
#[repr(C)]pub struct WTS_POLICY_DATA {
pub fDisableEncryption: bool,
pub fDisableAutoReconnect: bool,
pub ColorDepth: u32,
pub MinEncryptionLevel: u8,
pub fDisableCpm: bool,
pub fDisableCdm: bool,
pub fDisableCcm: bool,
pub fDisableLPT: bool,
pub fDisableClip: bool,
pub fDisablePNPRedir: bool,
}
Fields§
§fDisableEncryption: bool
§fDisableAutoReconnect: bool
§ColorDepth: u32
§MinEncryptionLevel: u8
§fDisableCpm: bool
§fDisableCdm: bool
§fDisableCcm: bool
§fDisableLPT: bool
§fDisableClip: bool
§fDisablePNPRedir: bool
Trait Implementations§
§impl Clone for WTS_POLICY_DATA
impl Clone for WTS_POLICY_DATA
§fn clone(&self) -> WTS_POLICY_DATA
fn clone(&self) -> WTS_POLICY_DATA
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 WTS_POLICY_DATA
impl Debug for WTS_POLICY_DATA
§impl Default for WTS_POLICY_DATA
impl Default for WTS_POLICY_DATA
§impl PartialEq for WTS_POLICY_DATA
impl PartialEq for WTS_POLICY_DATA
impl Copy for WTS_POLICY_DATA
impl StructuralPartialEq for WTS_POLICY_DATA
Auto Trait Implementations§
impl Freeze for WTS_POLICY_DATA
impl RefUnwindSafe for WTS_POLICY_DATA
impl Send for WTS_POLICY_DATA
impl Sync for WTS_POLICY_DATA
impl Unpin for WTS_POLICY_DATA
impl UnwindSafe for WTS_POLICY_DATA
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