#[repr(C)]pub struct PsCreateInfoInitState {
pub init_flags: u32,
pub additional_file_access: u32,
}Fields§
§init_flags: u32§additional_file_access: u32Trait Implementations§
Source§impl Clone for PsCreateInfoInitState
impl Clone for PsCreateInfoInitState
Source§fn clone(&self) -> PsCreateInfoInitState
fn clone(&self) -> PsCreateInfoInitState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PsCreateInfoInitState
Source§impl Default for PsCreateInfoInitState
impl Default for PsCreateInfoInitState
Source§fn default() -> PsCreateInfoInitState
fn default() -> PsCreateInfoInitState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PsCreateInfoInitState
impl RefUnwindSafe for PsCreateInfoInitState
impl Send for PsCreateInfoInitState
impl Sync for PsCreateInfoInitState
impl Unpin for PsCreateInfoInitState
impl UnsafeUnpin for PsCreateInfoInitState
impl UnwindSafe for PsCreateInfoInitState
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