Enum bindgen::MacroTypeVariation
source · [−]pub enum MacroTypeVariation {
Signed,
Unsigned,
}
Expand description
Enum for the default type of macro constants.
Variants
Signed
Use i32 or i64
Unsigned
Use u32 or u64
Implementations
Trait Implementations
sourceimpl Clone for MacroTypeVariation
impl Clone for MacroTypeVariation
sourcefn clone(&self) -> MacroTypeVariation
fn clone(&self) -> MacroTypeVariation
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 more
sourceimpl Debug for MacroTypeVariation
impl Debug for MacroTypeVariation
sourceimpl Default for MacroTypeVariation
impl Default for MacroTypeVariation
sourcefn default() -> MacroTypeVariation
fn default() -> MacroTypeVariation
Returns the “default value” for a type. Read more
sourceimpl FromStr for MacroTypeVariation
impl FromStr for MacroTypeVariation
impl Copy for MacroTypeVariation
impl StructuralPartialEq for MacroTypeVariation
Auto Trait Implementations
impl RefUnwindSafe for MacroTypeVariation
impl Send for MacroTypeVariation
impl Sync for MacroTypeVariation
impl Unpin for MacroTypeVariation
impl UnwindSafe for MacroTypeVariation
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