#[repr(C)]pub struct arf_interval_struct {
pub a: arf_struct,
pub b: arf_struct,
}Fields§
§a: arf_struct§b: arf_structTrait Implementations§
Source§impl Clone for arf_interval_struct
impl Clone for arf_interval_struct
Source§fn clone(&self) -> arf_interval_struct
fn clone(&self) -> arf_interval_struct
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 arf_interval_struct
Auto Trait Implementations§
impl Freeze for arf_interval_struct
impl RefUnwindSafe for arf_interval_struct
impl !Send for arf_interval_struct
impl !Sync for arf_interval_struct
impl Unpin for arf_interval_struct
impl UnwindSafe for arf_interval_struct
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