pub type FILE_CASE_SENSITIVE_INFO = _FILE_CASE_SENSITIVE_INFO;
Aliased Type§
struct FILE_CASE_SENSITIVE_INFO {
pub Flags: u32,
}
Fields§
§Flags: u32
Trait Implementations
Source§impl Clone for _FILE_CASE_SENSITIVE_INFO
impl Clone for _FILE_CASE_SENSITIVE_INFO
Source§fn clone(&self) -> _FILE_CASE_SENSITIVE_INFO
fn clone(&self) -> _FILE_CASE_SENSITIVE_INFO
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 _FILE_CASE_SENSITIVE_INFO
impl Debug for _FILE_CASE_SENSITIVE_INFO
Source§impl Ord for _FILE_CASE_SENSITIVE_INFO
impl Ord for _FILE_CASE_SENSITIVE_INFO
Source§fn cmp(&self, other: &_FILE_CASE_SENSITIVE_INFO) -> Ordering
fn cmp(&self, other: &_FILE_CASE_SENSITIVE_INFO) -> 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