Struct TID_EXTENSION
#[repr(C, packed(1))]pub struct TID_EXTENSION {
pub wTidExt: u16,
pub wCount: u16,
}
Fields§
§wTidExt: u16
§wCount: u16
Trait Implementations§
§impl Clone for TID_EXTENSION
impl Clone for TID_EXTENSION
§fn clone(&self) -> TID_EXTENSION
fn clone(&self) -> TID_EXTENSION
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 more§impl Default for TID_EXTENSION
impl Default for TID_EXTENSION
impl Copy for TID_EXTENSION
Auto Trait Implementations§
impl Freeze for TID_EXTENSION
impl RefUnwindSafe for TID_EXTENSION
impl Send for TID_EXTENSION
impl Sync for TID_EXTENSION
impl Unpin for TID_EXTENSION
impl UnwindSafe for TID_EXTENSION
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