pub struct SubgroupObject {
pub object_id_delta: u64,
pub payload_length: usize,
pub status: Option<ObjectStatus>,
}Fields§
§object_id_delta: u64§payload_length: usize§status: Option<ObjectStatus>Trait Implementations§
Source§impl Clone for SubgroupObject
impl Clone for SubgroupObject
Source§fn clone(&self) -> SubgroupObject
fn clone(&self) -> SubgroupObject
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 SubgroupObject
impl Debug for SubgroupObject
Source§impl Decode for SubgroupObject
impl Decode for SubgroupObject
Source§impl Encode for SubgroupObject
impl Encode for SubgroupObject
Source§impl PartialEq for SubgroupObject
impl PartialEq for SubgroupObject
impl Eq for SubgroupObject
impl StructuralPartialEq for SubgroupObject
Auto Trait Implementations§
impl Freeze for SubgroupObject
impl RefUnwindSafe for SubgroupObject
impl Send for SubgroupObject
impl Sync for SubgroupObject
impl Unpin for SubgroupObject
impl UnsafeUnpin for SubgroupObject
impl UnwindSafe for SubgroupObject
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.