#[repr(C)]pub struct _FS_BPIO_INPUT {
pub Operation: FS_BPIO_OPERATIONS,
pub InFlags: FS_BPIO_INFLAGS,
pub Reserved1: DWORDLONG,
pub Reserved2: DWORDLONG,
}Fields§
§Operation: FS_BPIO_OPERATIONS§InFlags: FS_BPIO_INFLAGS§Reserved1: DWORDLONG§Reserved2: DWORDLONGTrait Implementations§
Source§impl Clone for _FS_BPIO_INPUT
impl Clone for _FS_BPIO_INPUT
Source§fn clone(&self) -> _FS_BPIO_INPUT
fn clone(&self) -> _FS_BPIO_INPUT
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 moreSource§impl Debug for _FS_BPIO_INPUT
impl Debug for _FS_BPIO_INPUT
impl Copy for _FS_BPIO_INPUT
Auto Trait Implementations§
impl Freeze for _FS_BPIO_INPUT
impl RefUnwindSafe for _FS_BPIO_INPUT
impl Send for _FS_BPIO_INPUT
impl Sync for _FS_BPIO_INPUT
impl Unpin for _FS_BPIO_INPUT
impl UnwindSafe for _FS_BPIO_INPUT
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