pub struct LayerManagerEntry(/* private fields */);Expand description
Handle to an entry in LayerManager.
Trait Implementations§
Source§impl Ord for LayerManagerEntry
impl Ord for LayerManagerEntry
Source§fn cmp(&self, other: &LayerManagerEntry) -> Ordering
fn cmp(&self, other: &LayerManagerEntry) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LayerManagerEntry
impl PartialEq for LayerManagerEntry
Source§impl PartialOrd for LayerManagerEntry
impl PartialOrd for LayerManagerEntry
impl Eq for LayerManagerEntry
impl StructuralPartialEq for LayerManagerEntry
Auto Trait Implementations§
impl Freeze for LayerManagerEntry
impl RefUnwindSafe for LayerManagerEntry
impl Send for LayerManagerEntry
impl Sync for LayerManagerEntry
impl Unpin for LayerManagerEntry
impl UnwindSafe for LayerManagerEntry
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