Struct ExNumInt64
pub struct ExNumInt64<'ex> { /* private fields */ }Expand description
Default-param extender for GString::num_int64_ex.
Implementations§
§impl<'ex> ExNumInt64<'ex>
impl<'ex> ExNumInt64<'ex>
pub fn base(self, base: i64) -> ExNumInt64<'ex>
pub fn capitalize_hex(self, capitalize_hex: bool) -> ExNumInt64<'ex>
pub fn done(self) -> GString
Auto Trait Implementations§
impl<'ex> Freeze for ExNumInt64<'ex>
impl<'ex> RefUnwindSafe for ExNumInt64<'ex>
impl<'ex> Send for ExNumInt64<'ex>
impl<'ex> Sync for ExNumInt64<'ex>
impl<'ex> Unpin for ExNumInt64<'ex>
impl<'ex> UnwindSafe for ExNumInt64<'ex>
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