#[repr(C)]pub struct _ZONEATTRIBUTES {
pub cbSize: ULONG,
pub szDisplayName: [WCHAR; 260],
pub szDescription: [WCHAR; 200],
pub szIconPath: [WCHAR; 260],
pub dwTemplateMinLevel: DWORD,
pub dwTemplateRecommended: DWORD,
pub dwTemplateCurrentLevel: DWORD,
pub dwFlags: DWORD,
}
Fields§
§cbSize: ULONG
§szDisplayName: [WCHAR; 260]
§szDescription: [WCHAR; 200]
§szIconPath: [WCHAR; 260]
§dwTemplateMinLevel: DWORD
§dwTemplateRecommended: DWORD
§dwTemplateCurrentLevel: DWORD
§dwFlags: DWORD
Trait Implementations§
Source§impl Clone for _ZONEATTRIBUTES
impl Clone for _ZONEATTRIBUTES
Source§fn clone(&self) -> _ZONEATTRIBUTES
fn clone(&self) -> _ZONEATTRIBUTES
Returns a copy 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 _ZONEATTRIBUTES
impl Debug for _ZONEATTRIBUTES
Source§impl Ord for _ZONEATTRIBUTES
impl Ord for _ZONEATTRIBUTES
Source§fn cmp(&self, other: &_ZONEATTRIBUTES) -> Ordering
fn cmp(&self, other: &_ZONEATTRIBUTES) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _ZONEATTRIBUTES
impl PartialEq for _ZONEATTRIBUTES
Source§impl PartialOrd for _ZONEATTRIBUTES
impl PartialOrd for _ZONEATTRIBUTES
impl Copy for _ZONEATTRIBUTES
impl Eq for _ZONEATTRIBUTES
impl StructuralPartialEq for _ZONEATTRIBUTES
Auto Trait Implementations§
impl Freeze for _ZONEATTRIBUTES
impl RefUnwindSafe for _ZONEATTRIBUTES
impl Send for _ZONEATTRIBUTES
impl Sync for _ZONEATTRIBUTES
impl Unpin for _ZONEATTRIBUTES
impl UnwindSafe for _ZONEATTRIBUTES
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