#[repr(C)]pub struct CreateParameters {
pub security_context: *mut c_void,
pub options: u32,
pub file_attributes: u16,
pub share_access: u16,
pub ea_length: u32,
}Fields§
§security_context: *mut c_void§options: u32§file_attributes: u16§ea_length: u32Trait Implementations§
Source§impl Clone for CreateParameters
impl Clone for CreateParameters
Source§fn clone(&self) -> CreateParameters
fn clone(&self) -> CreateParameters
Returns a duplicate 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 CreateParameters
Auto Trait Implementations§
impl Freeze for CreateParameters
impl RefUnwindSafe for CreateParameters
impl !Send for CreateParameters
impl !Sync for CreateParameters
impl Unpin for CreateParameters
impl UnwindSafe for CreateParameters
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