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