#[repr(C)]pub struct _SCM_PD_PASSTHROUGH_INPUT {
pub Version: DWORD,
pub Size: DWORD,
pub ProtocolGuid: GUID,
pub DataSize: DWORD,
pub Data: [BYTE; 1],
}Fields§
§Version: DWORD§Size: DWORD§ProtocolGuid: GUID§DataSize: DWORD§Data: [BYTE; 1]Trait Implementations§
Source§impl Clone for _SCM_PD_PASSTHROUGH_INPUT
impl Clone for _SCM_PD_PASSTHROUGH_INPUT
Source§fn clone(&self) -> _SCM_PD_PASSTHROUGH_INPUT
fn clone(&self) -> _SCM_PD_PASSTHROUGH_INPUT
Returns a duplicate 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 moreSource§impl Debug for _SCM_PD_PASSTHROUGH_INPUT
impl Debug for _SCM_PD_PASSTHROUGH_INPUT
impl Copy for _SCM_PD_PASSTHROUGH_INPUT
Auto Trait Implementations§
impl Freeze for _SCM_PD_PASSTHROUGH_INPUT
impl RefUnwindSafe for _SCM_PD_PASSTHROUGH_INPUT
impl Send for _SCM_PD_PASSTHROUGH_INPUT
impl Sync for _SCM_PD_PASSTHROUGH_INPUT
impl Unpin for _SCM_PD_PASSTHROUGH_INPUT
impl UnwindSafe for _SCM_PD_PASSTHROUGH_INPUT
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