#[repr(C)]pub struct salienceGroup {
pub salience: c_int,
pub first: *mut activation,
pub last: *mut activation,
pub next: *mut salienceGroup,
pub prev: *mut salienceGroup,
}Fields§
§salience: c_int§first: *mut activation§last: *mut activation§next: *mut salienceGroup§prev: *mut salienceGroupTrait Implementations§
Source§impl Clone for salienceGroup
impl Clone for salienceGroup
Source§fn clone(&self) -> salienceGroup
fn clone(&self) -> salienceGroup
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 salienceGroup
impl Debug for salienceGroup
Source§impl Default for salienceGroup
impl Default for salienceGroup
impl Copy for salienceGroup
Auto Trait Implementations§
impl Freeze for salienceGroup
impl RefUnwindSafe for salienceGroup
impl !Send for salienceGroup
impl !Sync for salienceGroup
impl Unpin for salienceGroup
impl UnwindSafe for salienceGroup
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