Struct fanout_args
#[repr(C)]
pub struct fanout_args { pub id: u16, pub type_flags: u16, pub max_num_members: u32 }
Fields
id: u16type_flags: u16max_num_members: u32
Trait Implementations
impl Clone for fanout_args
fn clone(&self) -> fanout_args
impl Copy for fanout_args
impl Debug for fanout_args
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for fanout_args
impl Hash for fanout_args
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for fanout_args
fn eq(&self, other: &fanout_args) -> bool
impl StructuralPartialEq for fanout_args
Auto Trait Implementations
impl Freeze for fanout_args
impl RefUnwindSafe for fanout_args
impl Send for fanout_args
impl Sync for fanout_args
impl Unpin for fanout_args
impl UnsafeUnpin for fanout_args
impl UnwindSafe for fanout_args
Blanket Implementations
impl<T> Any for fanout_args
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for fanout_args
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for fanout_args
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for fanout_args
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for fanout_args
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for fanout_args
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for fanout_args
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for fanout_args
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>