#[repr(C)]pub struct Agedgepair_s {
pub out: Agedge_t,
pub in_: Agedge_t,
}Fields§
§out: Agedge_t§in_: Agedge_tTrait Implementations§
Source§impl Clone for Agedgepair_s
impl Clone for Agedgepair_s
Source§fn clone(&self) -> Agedgepair_s
fn clone(&self) -> Agedgepair_s
Returns a duplicate 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 moreimpl Copy for Agedgepair_s
Auto Trait Implementations§
impl Freeze for Agedgepair_s
impl RefUnwindSafe for Agedgepair_s
impl !Send for Agedgepair_s
impl !Sync for Agedgepair_s
impl Unpin for Agedgepair_s
impl UnwindSafe for Agedgepair_s
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