#[repr(C)]pub struct uchar1 {
pub x: c_uchar,
}
Fields§
§x: c_uchar
Trait Implementations§
Auto Trait Implementations§
impl Freeze for uchar1
impl RefUnwindSafe for uchar1
impl Send for uchar1
impl Sync for uchar1
impl Unpin for uchar1
impl UnwindSafe for uchar1
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