pub struct PartitionInfoGetFlags {
pub count_only: bool,
}Expand description
Flags of the FFA_PARTITION_INFO_GET interface.
Fields§
§count_only: boolTrait Implementations§
Source§impl Clone for PartitionInfoGetFlags
impl Clone for PartitionInfoGetFlags
Source§fn clone(&self) -> PartitionInfoGetFlags
fn clone(&self) -> PartitionInfoGetFlags
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 PartitionInfoGetFlags
impl Debug for PartitionInfoGetFlags
Source§impl From<PartitionInfoGetFlags> for u32
impl From<PartitionInfoGetFlags> for u32
Source§fn from(flags: PartitionInfoGetFlags) -> Self
fn from(flags: PartitionInfoGetFlags) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PartitionInfoGetFlags
impl PartialEq for PartitionInfoGetFlags
Source§impl TryFrom<u32> for PartitionInfoGetFlags
impl TryFrom<u32> for PartitionInfoGetFlags
impl Copy for PartitionInfoGetFlags
impl Eq for PartitionInfoGetFlags
impl StructuralPartialEq for PartitionInfoGetFlags
Auto Trait Implementations§
impl Freeze for PartitionInfoGetFlags
impl RefUnwindSafe for PartitionInfoGetFlags
impl Send for PartitionInfoGetFlags
impl Sync for PartitionInfoGetFlags
impl Unpin for PartitionInfoGetFlags
impl UnwindSafe for PartitionInfoGetFlags
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