pub struct VAlign {
pub val: VAlignType,
}
Fields§
§val: VAlignType
Trait Implementations§
Source§impl From<VAlignType> for VAlign
impl From<VAlignType> for VAlign
Source§fn from(al_type: VAlignType) -> Self
fn from(al_type: VAlignType) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VAlign
impl RefUnwindSafe for VAlign
impl Send for VAlign
impl Sync for VAlign
impl Unpin for VAlign
impl UnwindSafe for VAlign
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