Struct ntapi::ntexapi::PHYSICAL_CHANNEL_RUN
source · [−]#[repr(C)]pub struct PHYSICAL_CHANNEL_RUN {
pub NodeNumber: ULONG,
pub ChannelNumber: ULONG,
pub BasePage: ULONGLONG,
pub PageCount: ULONGLONG,
pub Flags: ULONG,
}
Fields
NodeNumber: ULONG
ChannelNumber: ULONG
BasePage: ULONGLONG
PageCount: ULONGLONG
Flags: ULONG
Trait Implementations
sourceimpl Clone for PHYSICAL_CHANNEL_RUN
impl Clone for PHYSICAL_CHANNEL_RUN
sourcefn clone(&self) -> PHYSICAL_CHANNEL_RUN
fn clone(&self) -> PHYSICAL_CHANNEL_RUN
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for PHYSICAL_CHANNEL_RUN
Auto Trait Implementations
impl RefUnwindSafe for PHYSICAL_CHANNEL_RUN
impl Send for PHYSICAL_CHANNEL_RUN
impl Sync for PHYSICAL_CHANNEL_RUN
impl Unpin for PHYSICAL_CHANNEL_RUN
impl UnwindSafe for PHYSICAL_CHANNEL_RUN
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more