pub enum AVLPW {
_0,
_1,
}Expand description
Values that can be written to the field AVLP
Variants§
Auto Trait Implementations§
impl Freeze for AVLPW
impl RefUnwindSafe for AVLPW
impl Send for AVLPW
impl Sync for AVLPW
impl Unpin for AVLPW
impl UnwindSafe for AVLPW
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