#[repr(C)]pub enum Modify {
Fixed = 0,
Modifiable = 1,
}
Variants§
Trait Implementations§
impl Copy for Modify
impl Eq for Modify
impl StructuralPartialEq for Modify
Auto Trait Implementations§
impl Freeze for Modify
impl RefUnwindSafe for Modify
impl Send for Modify
impl Sync for Modify
impl Unpin for Modify
impl UnwindSafe for Modify
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