pub struct QLatin1Char { /* private fields */ }Expand description
C++ class: QLatin1Char.
Implementations§
Source§impl QLatin1Char
impl QLatin1Char
Sourcepub unsafe fn copy_from(
&self,
other: impl CastInto<Ref<QLatin1Char>>,
) -> Ref<QLatin1Char>
pub unsafe fn copy_from( &self, other: impl CastInto<Ref<QLatin1Char>>, ) -> Ref<QLatin1Char>
Calls C++ function: QLatin1Char& QLatin1Char::operator=(const QLatin1Char& other).
Sourcepub unsafe fn new(c: c_char) -> CppBox<QLatin1Char>
pub unsafe fn new(c: c_char) -> CppBox<QLatin1Char>
Calls C++ function: [constructor] void QLatin1Char::QLatin1Char(char c).
Sourcepub unsafe fn new_copy(
other: impl CastInto<Ref<QLatin1Char>>,
) -> CppBox<QLatin1Char>
pub unsafe fn new_copy( other: impl CastInto<Ref<QLatin1Char>>, ) -> CppBox<QLatin1Char>
Calls C++ function: [constructor] void QLatin1Char::QLatin1Char(const QLatin1Char& other).
Trait Implementations§
Source§impl CppDeletable for QLatin1Char
impl CppDeletable for QLatin1Char
Source§impl Ge<i8> for QLatin1Char
impl Ge<i8> for QLatin1Char
Source§impl Gt<i8> for QLatin1Char
impl Gt<i8> for QLatin1Char
Source§impl Le<i8> for QLatin1Char
impl Le<i8> for QLatin1Char
Source§impl Lt<i8> for QLatin1Char
impl Lt<i8> for QLatin1Char
Source§impl PartialEq<i8> for QLatin1Char
impl PartialEq<i8> for QLatin1Char
Auto Trait Implementations§
impl Freeze for QLatin1Char
impl RefUnwindSafe for QLatin1Char
impl Send for QLatin1Char
impl Sync for QLatin1Char
impl Unpin for QLatin1Char
impl UnsafeUnpin for QLatin1Char
impl UnwindSafe for QLatin1Char
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