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