#[repr(C)]pub struct FILE_REMOTE_PROTOCOL_INFORMATION_ProtocolSpecific_Smb2_Share {
pub Capabilities: ULONG,
pub CachingFlags: ULONG,
}
Fields
Capabilities: ULONG
CachingFlags: ULONG
Trait Implementations
sourcefn clone(&self) -> FILE_REMOTE_PROTOCOL_INFORMATION_ProtocolSpecific_Smb2_Share
fn clone(&self) -> FILE_REMOTE_PROTOCOL_INFORMATION_ProtocolSpecific_Smb2_Share
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more