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