#[repr(C)]pub struct uint16List {
pub next: *mut uint16List,
pub value: u16,
}Fields§
§next: *mut uint16List§value: u16Trait Implementations§
Source§impl Clone for uint16List
impl Clone for uint16List
Source§fn clone(&self) -> uint16List
fn clone(&self) -> uint16List
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for uint16List
impl Debug for uint16List
impl Copy for uint16List
Auto Trait Implementations§
impl Freeze for uint16List
impl RefUnwindSafe for uint16List
impl !Send for uint16List
impl !Sync for uint16List
impl Unpin for uint16List
impl UnwindSafe for uint16List
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