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