pub struct GuardCapability {
pub requested: GuardPolicy,
pub installed: bool,
}Expand description
Guard-band request and the reporting endpoint’s installation outcome.
Fields§
§requested: GuardPolicyPolicy requested by the caller.
installed: boolWhether inaccessible guard bands are actually installed around the reporting endpoint’s own view mapping.
Trait Implementations§
Source§impl Clone for GuardCapability
impl Clone for GuardCapability
Source§fn clone(&self) -> GuardCapability
fn clone(&self) -> GuardCapability
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GuardCapability
Source§impl Debug for GuardCapability
impl Debug for GuardCapability
impl Eq for GuardCapability
Source§impl PartialEq for GuardCapability
impl PartialEq for GuardCapability
impl StructuralPartialEq for GuardCapability
Auto Trait Implementations§
impl Freeze for GuardCapability
impl RefUnwindSafe for GuardCapability
impl Send for GuardCapability
impl Sync for GuardCapability
impl Unpin for GuardCapability
impl UnsafeUnpin for GuardCapability
impl UnwindSafe for GuardCapability
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