Struct LINECOUNTRYLIST
#[repr(C, packed(1))]pub struct LINECOUNTRYLIST {
pub dwTotalSize: u32,
pub dwNeededSize: u32,
pub dwUsedSize: u32,
pub dwNumCountries: u32,
pub dwCountryListSize: u32,
pub dwCountryListOffset: u32,
}
Fields§
§dwTotalSize: u32
§dwNeededSize: u32
§dwUsedSize: u32
§dwNumCountries: u32
§dwCountryListSize: u32
§dwCountryListOffset: u32
Trait Implementations§
§impl Clone for LINECOUNTRYLIST
impl Clone for LINECOUNTRYLIST
§fn clone(&self) -> LINECOUNTRYLIST
fn clone(&self) -> LINECOUNTRYLIST
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 moreimpl Copy for LINECOUNTRYLIST
Auto Trait Implementations§
impl Freeze for LINECOUNTRYLIST
impl RefUnwindSafe for LINECOUNTRYLIST
impl Send for LINECOUNTRYLIST
impl Sync for LINECOUNTRYLIST
impl Unpin for LINECOUNTRYLIST
impl UnwindSafe for LINECOUNTRYLIST
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