#[repr(C)]pub struct InputSourceLocalizedNameGetInfo {
pub ty: StructureType,
pub next: *const c_void,
pub source_path: Path,
pub which_components: InputSourceLocalizedNameFlags,
}Expand description
Fields
ty: StructureTypenext: *const c_voidsource_path: Pathwhich_components: InputSourceLocalizedNameFlagsImplementations
sourceimpl InputSourceLocalizedNameGetInfo
impl InputSourceLocalizedNameGetInfo
pub const TYPE: StructureType = StructureType::INPUT_SOURCE_LOCALIZED_NAME_GET_INFO
Trait Implementations
sourceimpl Clone for InputSourceLocalizedNameGetInfo
impl Clone for InputSourceLocalizedNameGetInfo
sourcefn clone(&self) -> InputSourceLocalizedNameGetInfo
fn clone(&self) -> InputSourceLocalizedNameGetInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InputSourceLocalizedNameGetInfo
Auto Trait Implementations
impl RefUnwindSafe for InputSourceLocalizedNameGetInfo
impl !Send for InputSourceLocalizedNameGetInfo
impl !Sync for InputSourceLocalizedNameGetInfo
impl Unpin for InputSourceLocalizedNameGetInfo
impl UnwindSafe for InputSourceLocalizedNameGetInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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