pub struct PragmaPrefix {
pub prefix: String,
pub file: String,
pub line: usize,
}Expand description
#pragma prefix "<prefix>" — CORBA Part 1 §14.7.5.
Gesammelt vom Preprocessor; vom Konsumenten (Spec-Validator) gegen
typeprefix-Decls auf Repository-ID-Konflikt geprueft (IDL 4.2
§7.4.6.4.1.3).
Fields§
§prefix: StringPrefix-String (ohne umgebende Anfuehrungszeichen).
file: StringQuelldatei.
line: usizeZeile (1-basiert).
Trait Implementations§
Source§impl Clone for PragmaPrefix
impl Clone for PragmaPrefix
Source§fn clone(&self) -> PragmaPrefix
fn clone(&self) -> PragmaPrefix
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PragmaPrefix
impl Debug for PragmaPrefix
Source§impl PartialEq for PragmaPrefix
impl PartialEq for PragmaPrefix
Source§fn eq(&self, other: &PragmaPrefix) -> bool
fn eq(&self, other: &PragmaPrefix) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PragmaPrefix
impl StructuralPartialEq for PragmaPrefix
Auto Trait Implementations§
impl Freeze for PragmaPrefix
impl RefUnwindSafe for PragmaPrefix
impl Send for PragmaPrefix
impl Sync for PragmaPrefix
impl Unpin for PragmaPrefix
impl UnsafeUnpin for PragmaPrefix
impl UnwindSafe for PragmaPrefix
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