#[repr(C)]pub struct tagTLIBATTR {
pub guid: GUID,
pub lcid: LCID,
pub syskind: SYSKIND,
pub wMajorVerNum: WORD,
pub wMinorVerNum: WORD,
pub wLibFlags: WORD,
}
Fields§
§guid: GUID
§lcid: LCID
§syskind: SYSKIND
§wMajorVerNum: WORD
§wMinorVerNum: WORD
§wLibFlags: WORD
Trait Implementations§
Source§impl Clone for tagTLIBATTR
impl Clone for tagTLIBATTR
Source§fn clone(&self) -> tagTLIBATTR
fn clone(&self) -> tagTLIBATTR
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 tagTLIBATTR
impl Debug for tagTLIBATTR
Source§impl Ord for tagTLIBATTR
impl Ord for tagTLIBATTR
Source§fn cmp(&self, other: &tagTLIBATTR) -> Ordering
fn cmp(&self, other: &tagTLIBATTR) -> 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 tagTLIBATTR
impl PartialEq for tagTLIBATTR
Source§impl PartialOrd for tagTLIBATTR
impl PartialOrd for tagTLIBATTR
impl Copy for tagTLIBATTR
impl Eq for tagTLIBATTR
impl StructuralPartialEq for tagTLIBATTR
Auto Trait Implementations§
impl Freeze for tagTLIBATTR
impl RefUnwindSafe for tagTLIBATTR
impl Send for tagTLIBATTR
impl Sync for tagTLIBATTR
impl Unpin for tagTLIBATTR
impl UnwindSafe for tagTLIBATTR
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