#[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: WORDTrait Implementations§
Source§impl Clone for tagTLIBATTR
impl Clone for tagTLIBATTR
Source§fn clone(&self) -> tagTLIBATTR
fn clone(&self) -> tagTLIBATTR
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 moreSource§impl Debug for tagTLIBATTR
impl Debug for tagTLIBATTR
impl Copy 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