pub struct RuleLayout {
pub width: usize,
}Expand description
水平罫線領域(§17, §11 HorizontalRule)。
Fields§
§width: usizeTrait Implementations§
Source§impl Clone for RuleLayout
impl Clone for RuleLayout
Source§fn clone(&self) -> RuleLayout
fn clone(&self) -> RuleLayout
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RuleLayout
impl Debug for RuleLayout
Source§impl PartialEq for RuleLayout
impl PartialEq for RuleLayout
impl StructuralPartialEq for RuleLayout
Auto Trait Implementations§
impl Freeze for RuleLayout
impl RefUnwindSafe for RuleLayout
impl Send for RuleLayout
impl Sync for RuleLayout
impl Unpin for RuleLayout
impl UnsafeUnpin for RuleLayout
impl UnwindSafe for RuleLayout
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