#[repr(u32)]pub enum CVAttachmentMode {
ShouldNotPropagate = 0,
ShouldPropagate = 1,
}Available on crate feature
cv only.Expand description
Attachment propagation mode.
Variants§
Trait Implementations§
Source§impl Clone for CVAttachmentMode
impl Clone for CVAttachmentMode
Source§fn clone(&self) -> CVAttachmentMode
fn clone(&self) -> CVAttachmentMode
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 CVAttachmentMode
Source§impl Debug for CVAttachmentMode
impl Debug for CVAttachmentMode
impl Eq for CVAttachmentMode
Source§impl Hash for CVAttachmentMode
impl Hash for CVAttachmentMode
Source§impl PartialEq for CVAttachmentMode
impl PartialEq for CVAttachmentMode
impl StructuralPartialEq for CVAttachmentMode
Auto Trait Implementations§
impl Freeze for CVAttachmentMode
impl RefUnwindSafe for CVAttachmentMode
impl Send for CVAttachmentMode
impl Sync for CVAttachmentMode
impl Unpin for CVAttachmentMode
impl UnsafeUnpin for CVAttachmentMode
impl UnwindSafe for CVAttachmentMode
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