Struct ntapi::ntlpcapi::ALPC_PORT_ATTRIBUTES
source · [−]#[repr(C)]pub struct ALPC_PORT_ATTRIBUTES {
pub Flags: ULONG,
pub SecurityQos: SECURITY_QUALITY_OF_SERVICE,
pub MaxMessageLength: SIZE_T,
pub MemoryBandwidth: SIZE_T,
pub MaxPoolUsage: SIZE_T,
pub MaxSectionSize: SIZE_T,
pub MaxViewSize: SIZE_T,
pub MaxTotalSectionSize: SIZE_T,
pub DupObjectTypes: ULONG,
pub Reserved: ULONG,
}
Fields
Flags: ULONG
SecurityQos: SECURITY_QUALITY_OF_SERVICE
MaxMessageLength: SIZE_T
MemoryBandwidth: SIZE_T
MaxPoolUsage: SIZE_T
MaxSectionSize: SIZE_T
MaxViewSize: SIZE_T
MaxTotalSectionSize: SIZE_T
DupObjectTypes: ULONG
Reserved: ULONG
Trait Implementations
sourceimpl Clone for ALPC_PORT_ATTRIBUTES
impl Clone for ALPC_PORT_ATTRIBUTES
sourcefn clone(&self) -> ALPC_PORT_ATTRIBUTES
fn clone(&self) -> ALPC_PORT_ATTRIBUTES
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 ALPC_PORT_ATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for ALPC_PORT_ATTRIBUTES
impl Send for ALPC_PORT_ATTRIBUTES
impl Sync for ALPC_PORT_ATTRIBUTES
impl Unpin for ALPC_PORT_ATTRIBUTES
impl UnwindSafe for ALPC_PORT_ATTRIBUTES
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