#[repr(C)]pub struct ForFourState {
pub l1: *const List,
pub l2: *const List,
pub l3: *const List,
pub l4: *const List,
pub i: c_int,
}
Fields§
§l1: *const List
§l2: *const List
§l3: *const List
§l4: *const List
§i: c_int
Trait Implementations§
Source§impl Clone for ForFourState
impl Clone for ForFourState
Source§fn clone(&self) -> ForFourState
fn clone(&self) -> ForFourState
Returns a copy 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 ForFourState
impl Debug for ForFourState
Source§impl Default for ForFourState
impl Default for ForFourState
impl Copy for ForFourState
Auto Trait Implementations§
impl Freeze for ForFourState
impl RefUnwindSafe for ForFourState
impl !Send for ForFourState
impl !Sync for ForFourState
impl Unpin for ForFourState
impl UnwindSafe for ForFourState
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