Struct windows_sys::Win32::Storage::DistributedFileSystem::DFS_INFO_150
#[repr(C)]pub struct DFS_INFO_150 {
pub SdLengthReserved: u32,
pub pSecurityDescriptor: PSECURITY_DESCRIPTOR,
}
Expand description
Required features: "Win32_Security"
Fields§
§SdLengthReserved: u32
§pSecurityDescriptor: PSECURITY_DESCRIPTOR
Trait Implementations§
§impl Clone for DFS_INFO_150
impl Clone for DFS_INFO_150
impl Copy for DFS_INFO_150
Auto Trait Implementations§
impl RefUnwindSafe for DFS_INFO_150
impl !Send for DFS_INFO_150
impl !Sync for DFS_INFO_150
impl Unpin for DFS_INFO_150
impl UnwindSafe for DFS_INFO_150
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