Struct windows_sys::Win32::Media::DirectShow::EALocationCodeType
[−]#[repr(C)]pub struct EALocationCodeType {
pub LocationCodeScheme: LocationCodeSchemeType,
pub state_code: u8,
pub county_subdivision: u8,
pub county_code: u16,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
LocationCodeScheme: LocationCodeSchemeType
state_code: u8
county_subdivision: u8
county_code: u16
Trait Implementations
impl Clone for EALocationCodeType
impl Clone for EALocationCodeType
impl Copy for EALocationCodeType
Auto Trait Implementations
impl RefUnwindSafe for EALocationCodeType
impl Send for EALocationCodeType
impl Sync for EALocationCodeType
impl Unpin for EALocationCodeType
impl UnwindSafe for EALocationCodeType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more