pub struct AlphaType(/* private fields */);Expand description
See cef_alpha_type_t for more documentation.
Trait Implementations§
Source§impl AsMut<cef_alpha_type_t> for AlphaType
impl AsMut<cef_alpha_type_t> for AlphaType
Source§fn as_mut(&mut self) -> &mut cef_alpha_type_t
fn as_mut(&mut self) -> &mut cef_alpha_type_t
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<cef_alpha_type_t> for AlphaType
impl AsRef<cef_alpha_type_t> for AlphaType
Source§fn as_ref(&self) -> &cef_alpha_type_t
fn as_ref(&self) -> &cef_alpha_type_t
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl From<AlphaType> for cef_alpha_type_t
impl From<AlphaType> for cef_alpha_type_t
Source§impl From<cef_alpha_type_t> for AlphaType
impl From<cef_alpha_type_t> for AlphaType
Source§fn from(value: cef_alpha_type_t) -> Self
fn from(value: cef_alpha_type_t) -> Self
Converts to this type from the input type.
impl Copy for AlphaType
impl Eq for AlphaType
impl StructuralPartialEq for AlphaType
Auto Trait Implementations§
impl Freeze for AlphaType
impl RefUnwindSafe for AlphaType
impl Send for AlphaType
impl Sync for AlphaType
impl Unpin for AlphaType
impl UnwindSafe for AlphaType
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