#[repr(C)]pub struct uint8List {
pub next: *mut uint8List,
pub value: u8,
}Fields§
§next: *mut uint8List§value: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for uint8List
impl RefUnwindSafe for uint8List
impl !Send for uint8List
impl !Sync for uint8List
impl Unpin for uint8List
impl UnwindSafe for uint8List
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