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