Struct windows_sys::Win32::Storage::DistributedFileSystem::DFS_INFO_150
[−]#[repr(C)]pub struct DFS_INFO_150 {
pub SdLengthReserved: u32,
pub pSecurityDescriptor: *mut SECURITY_DESCRIPTOR,
}
Expand description
Required features: ‘Win32_Storage_DistributedFileSystem’, ‘Win32_Foundation’, ‘Win32_Security’
Fields
SdLengthReserved: u32
pSecurityDescriptor: *mut SECURITY_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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more