Struct makepad_shader_compiler::generate::DisplayPadding
source · [−]pub struct DisplayPadding(pub usize);
Tuple Fields
0: usize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DisplayPadding
impl Send for DisplayPadding
impl Sync for DisplayPadding
impl Unpin for DisplayPadding
impl UnwindSafe for DisplayPadding
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more