Struct CLUSTER_VALIDATE_DIRECTORY
#[repr(C)]pub struct CLUSTER_VALIDATE_DIRECTORY {
pub szPath: [u16; 1],
}
Fields§
§szPath: [u16; 1]
Trait Implementations§
§impl Clone for CLUSTER_VALIDATE_DIRECTORY
impl Clone for CLUSTER_VALIDATE_DIRECTORY
§fn clone(&self) -> CLUSTER_VALIDATE_DIRECTORY
fn clone(&self) -> CLUSTER_VALIDATE_DIRECTORY
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 CLUSTER_VALIDATE_DIRECTORY
Auto Trait Implementations§
impl Freeze for CLUSTER_VALIDATE_DIRECTORY
impl RefUnwindSafe for CLUSTER_VALIDATE_DIRECTORY
impl Send for CLUSTER_VALIDATE_DIRECTORY
impl Sync for CLUSTER_VALIDATE_DIRECTORY
impl Unpin for CLUSTER_VALIDATE_DIRECTORY
impl UnwindSafe for CLUSTER_VALIDATE_DIRECTORY
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