Struct FILTER_AGGREGATE_STANDARD_INFORMATION_0_1
#[repr(C)]pub struct FILTER_AGGREGATE_STANDARD_INFORMATION_0_1 {
pub Flags: u32,
pub FilterNameLength: u16,
pub FilterNameBufferOffset: u16,
pub FilterAltitudeLength: u16,
pub FilterAltitudeBufferOffset: u16,
}Fields§
§Flags: u32§FilterNameLength: u16§FilterNameBufferOffset: u16§FilterAltitudeLength: u16§FilterAltitudeBufferOffset: u16Trait Implementations§
§impl Clone for FILTER_AGGREGATE_STANDARD_INFORMATION_0_1
impl Clone for FILTER_AGGREGATE_STANDARD_INFORMATION_0_1
§fn clone(&self) -> FILTER_AGGREGATE_STANDARD_INFORMATION_0_1
fn clone(&self) -> FILTER_AGGREGATE_STANDARD_INFORMATION_0_1
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 more§impl Default for FILTER_AGGREGATE_STANDARD_INFORMATION_0_1
impl Default for FILTER_AGGREGATE_STANDARD_INFORMATION_0_1
§fn default() -> FILTER_AGGREGATE_STANDARD_INFORMATION_0_1
fn default() -> FILTER_AGGREGATE_STANDARD_INFORMATION_0_1
Returns the “default value” for a type. Read more
§impl PartialEq for FILTER_AGGREGATE_STANDARD_INFORMATION_0_1
impl PartialEq for FILTER_AGGREGATE_STANDARD_INFORMATION_0_1
§fn eq(&self, other: &FILTER_AGGREGATE_STANDARD_INFORMATION_0_1) -> bool
fn eq(&self, other: &FILTER_AGGREGATE_STANDARD_INFORMATION_0_1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for FILTER_AGGREGATE_STANDARD_INFORMATION_0_1
impl StructuralPartialEq for FILTER_AGGREGATE_STANDARD_INFORMATION_0_1
Auto Trait Implementations§
impl Freeze for FILTER_AGGREGATE_STANDARD_INFORMATION_0_1
impl RefUnwindSafe for FILTER_AGGREGATE_STANDARD_INFORMATION_0_1
impl Send for FILTER_AGGREGATE_STANDARD_INFORMATION_0_1
impl Sync for FILTER_AGGREGATE_STANDARD_INFORMATION_0_1
impl Unpin for FILTER_AGGREGATE_STANDARD_INFORMATION_0_1
impl UnwindSafe for FILTER_AGGREGATE_STANDARD_INFORMATION_0_1
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