#[repr(C)]pub struct InitializeMember;
Expand description
Instruction data for initializing a new Member
of a Group
Trait Implementations§
source§impl Clone for InitializeMember
impl Clone for InitializeMember
source§fn clone(&self) -> InitializeMember
fn clone(&self) -> InitializeMember
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 InitializeMember
impl Debug for InitializeMember
source§impl PartialEq for InitializeMember
impl PartialEq for InitializeMember
source§fn eq(&self, other: &InitializeMember) -> bool
fn eq(&self, other: &InitializeMember) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl SplDiscriminate for InitializeMember
impl SplDiscriminate for InitializeMember
source§const SPL_DISCRIMINATOR: ArrayDiscriminator = _
const SPL_DISCRIMINATOR: ArrayDiscriminator = _
The 8-byte discriminator as a
[u8; 8]
source§const SPL_DISCRIMINATOR_SLICE: &'static [u8] = _
const SPL_DISCRIMINATOR_SLICE: &'static [u8] = _
The 8-byte discriminator as a slice (
&[u8]
)impl Copy for InitializeMember
impl Pod for InitializeMember
impl StructuralPartialEq for InitializeMember
Auto Trait Implementations§
impl RefUnwindSafe for InitializeMember
impl Send for InitializeMember
impl Sync for InitializeMember
impl Unpin for InitializeMember
impl UnwindSafe for InitializeMember
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
source§impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
§type Bits = T
type Bits = T
Self
must have the same layout as the specified Bits
except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern
.source§fn is_valid_bit_pattern(_bits: &T) -> bool
fn is_valid_bit_pattern(_bits: &T) -> bool
If this function returns true, then it must be valid to reinterpret
bits
as &Self
.