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