pub struct ChannelFlags(/* private fields */);Implementations§
Trait Implementations§
Source§impl BitOr for ChannelFlags
impl BitOr for ChannelFlags
Source§impl BitOrAssign for ChannelFlags
impl BitOrAssign for ChannelFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for ChannelFlags
impl Clone for ChannelFlags
Source§fn clone(&self) -> ChannelFlags
fn clone(&self) -> ChannelFlags
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 ChannelFlags
Source§impl Debug for ChannelFlags
impl Debug for ChannelFlags
Source§impl Default for ChannelFlags
impl Default for ChannelFlags
Source§fn default() -> ChannelFlags
fn default() -> ChannelFlags
Returns the “default value” for a type. Read more
impl Eq for ChannelFlags
Source§impl PartialEq for ChannelFlags
impl PartialEq for ChannelFlags
impl StructuralPartialEq for ChannelFlags
Auto Trait Implementations§
impl Freeze for ChannelFlags
impl RefUnwindSafe for ChannelFlags
impl Send for ChannelFlags
impl Sync for ChannelFlags
impl Unpin for ChannelFlags
impl UnsafeUnpin for ChannelFlags
impl UnwindSafe for ChannelFlags
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