#[repr(C)]pub struct cuint8_T {
pub re: uint8_T,
pub im: uint8_T,
}Fields§
§re: uint8_T§im: uint8_TTrait Implementations§
impl Copy for cuint8_T
Auto Trait Implementations§
impl Freeze for cuint8_T
impl RefUnwindSafe for cuint8_T
impl Send for cuint8_T
impl Sync for cuint8_T
impl Unpin for cuint8_T
impl UnwindSafe for cuint8_T
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