pub struct QuadChar { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<BinaryStreamType> for QuadChar
impl From<BinaryStreamType> for QuadChar
Source§fn from(stream_type: BinaryStreamType) -> QuadChar
fn from(stream_type: BinaryStreamType) -> QuadChar
Converts to this type from the input type.
Source§impl From<QuadChar> for BinaryStreamType
impl From<QuadChar> for BinaryStreamType
Source§fn from(quad: QuadChar) -> BinaryStreamType
fn from(quad: QuadChar) -> BinaryStreamType
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for QuadChar
impl RefUnwindSafe for QuadChar
impl !Send for QuadChar
impl !Sync for QuadChar
impl Unpin for QuadChar
impl UnwindSafe for QuadChar
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