pub struct Cef_SPEC;Trait Implementations§
impl Copy for Cef_SPEC
impl Eq for Cef_SPEC
Source§impl Ord for Cef_SPEC
impl Ord for Cef_SPEC
1.21.0 (const: unstable) · 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 PartialOrd for Cef_SPEC
impl PartialOrd for Cef_SPEC
impl StructuralPartialEq for Cef_SPEC
Auto Trait Implementations§
impl Freeze for Cef_SPEC
impl RefUnwindSafe for Cef_SPEC
impl Send for Cef_SPEC
impl Sync for Cef_SPEC
impl Unpin for Cef_SPEC
impl UnsafeUnpin for Cef_SPEC
impl UnwindSafe for Cef_SPEC
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