#[repr(C)]pub struct UpdateGroupMaxSize {
pub max_size: PodU32,
}
Expand description
Instruction data for updating the max size of a Group
Fields§
§max_size: PodU32
New max size for the group
Trait Implementations§
source§impl Clone for UpdateGroupMaxSize
impl Clone for UpdateGroupMaxSize
source§fn clone(&self) -> UpdateGroupMaxSize
fn clone(&self) -> UpdateGroupMaxSize
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 UpdateGroupMaxSize
impl Debug for UpdateGroupMaxSize
source§impl PartialEq for UpdateGroupMaxSize
impl PartialEq for UpdateGroupMaxSize
source§fn eq(&self, other: &UpdateGroupMaxSize) -> bool
fn eq(&self, other: &UpdateGroupMaxSize) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl SplDiscriminate for UpdateGroupMaxSize
impl SplDiscriminate for UpdateGroupMaxSize
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 UpdateGroupMaxSize
impl Pod for UpdateGroupMaxSize
impl StructuralPartialEq for UpdateGroupMaxSize
Auto Trait Implementations§
impl RefUnwindSafe for UpdateGroupMaxSize
impl Send for UpdateGroupMaxSize
impl Sync for UpdateGroupMaxSize
impl Unpin for UpdateGroupMaxSize
impl UnwindSafe for UpdateGroupMaxSize
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
.