#[repr(C)]pub struct _FILE_REMOTE_PROTOCOL_INFO {
pub StructureVersion: USHORT,
pub StructureSize: USHORT,
pub Protocol: ULONG,
pub ProtocolMajorVersion: USHORT,
pub ProtocolMinorVersion: USHORT,
pub ProtocolRevision: USHORT,
pub Reserved: USHORT,
pub Flags: ULONG,
pub GenericReserved: _FILE_REMOTE_PROTOCOL_INFO__bindgen_ty_1,
pub ProtocolSpecific: _FILE_REMOTE_PROTOCOL_INFO__bindgen_ty_2,
}
Fields§
§StructureVersion: USHORT
§StructureSize: USHORT
§Protocol: ULONG
§ProtocolMajorVersion: USHORT
§ProtocolMinorVersion: USHORT
§ProtocolRevision: USHORT
§Reserved: USHORT
§Flags: ULONG
§GenericReserved: _FILE_REMOTE_PROTOCOL_INFO__bindgen_ty_1
§ProtocolSpecific: _FILE_REMOTE_PROTOCOL_INFO__bindgen_ty_2
Trait Implementations§
Source§impl Clone for _FILE_REMOTE_PROTOCOL_INFO
impl Clone for _FILE_REMOTE_PROTOCOL_INFO
Source§fn clone(&self) -> _FILE_REMOTE_PROTOCOL_INFO
fn clone(&self) -> _FILE_REMOTE_PROTOCOL_INFO
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 moreimpl Copy for _FILE_REMOTE_PROTOCOL_INFO
Auto Trait Implementations§
impl Freeze for _FILE_REMOTE_PROTOCOL_INFO
impl RefUnwindSafe for _FILE_REMOTE_PROTOCOL_INFO
impl Send for _FILE_REMOTE_PROTOCOL_INFO
impl Sync for _FILE_REMOTE_PROTOCOL_INFO
impl Unpin for _FILE_REMOTE_PROTOCOL_INFO
impl UnwindSafe for _FILE_REMOTE_PROTOCOL_INFO
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