Struct windows_sys::Win32::System::Ioctl::DECRYPTION_STATUS_BUFFER
#[repr(C)]pub struct DECRYPTION_STATUS_BUFFER {
pub NoEncryptedStreams: BOOLEAN,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§NoEncryptedStreams: BOOLEAN
Trait Implementations§
§impl Clone for DECRYPTION_STATUS_BUFFER
impl Clone for DECRYPTION_STATUS_BUFFER
impl Copy for DECRYPTION_STATUS_BUFFER
Auto Trait Implementations§
impl RefUnwindSafe for DECRYPTION_STATUS_BUFFER
impl Send for DECRYPTION_STATUS_BUFFER
impl Sync for DECRYPTION_STATUS_BUFFER
impl Unpin for DECRYPTION_STATUS_BUFFER
impl UnwindSafe for DECRYPTION_STATUS_BUFFER
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