enum VmdkAccessType {
RW,
RdOnly,
NoAccess,
}Expand description
Access type for VMDK extents
Variants§
Trait Implementations§
Source§impl Clone for VmdkAccessType
impl Clone for VmdkAccessType
Source§fn clone(&self) -> VmdkAccessType
fn clone(&self) -> VmdkAccessType
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 VmdkAccessType
impl Debug for VmdkAccessType
Source§impl PartialEq for VmdkAccessType
impl PartialEq for VmdkAccessType
impl StructuralPartialEq for VmdkAccessType
Auto Trait Implementations§
impl Freeze for VmdkAccessType
impl RefUnwindSafe for VmdkAccessType
impl Send for VmdkAccessType
impl Sync for VmdkAccessType
impl Unpin for VmdkAccessType
impl UnwindSafe for VmdkAccessType
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