#[repr(C)]pub struct dd_setfamily {
pub famsize: dd_bigrange,
pub setsize: dd_bigrange,
pub set: dd_SetVector,
}Fields§
§famsize: dd_bigrange§setsize: dd_bigrange§set: dd_SetVectorTrait Implementations§
Source§impl Clone for dd_setfamily
impl Clone for dd_setfamily
Source§fn clone(&self) -> dd_setfamily
fn clone(&self) -> dd_setfamily
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 moreSource§impl Debug for dd_setfamily
impl Debug for dd_setfamily
impl Copy for dd_setfamily
Auto Trait Implementations§
impl Freeze for dd_setfamily
impl RefUnwindSafe for dd_setfamily
impl !Send for dd_setfamily
impl !Sync for dd_setfamily
impl Unpin for dd_setfamily
impl UnsafeUnpin for dd_setfamily
impl UnwindSafe for dd_setfamily
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