#[repr(C)]pub struct Print_Margin {
pub leftMargin: u32,
pub topMargin: u32,
pub rightMargin: u32,
pub bottomMargin: u32,
}Available on crate features
print and api-12 only.Expand description
Indicates printing margin
Available since API-level: 12
Fields§
§leftMargin: u32Left margin.
topMargin: u32Top margin.
rightMargin: u32Right margin.
bottomMargin: u32Bottom margin.
Trait Implementations§
Source§impl Clone for Print_Margin
impl Clone for Print_Margin
Source§fn clone(&self) -> Print_Margin
fn clone(&self) -> Print_Margin
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 Print_Margin
impl Debug for Print_Margin
impl Copy for Print_Margin
Auto Trait Implementations§
impl Freeze for Print_Margin
impl RefUnwindSafe for Print_Margin
impl Send for Print_Margin
impl Sync for Print_Margin
impl Unpin for Print_Margin
impl UnsafeUnpin for Print_Margin
impl UnwindSafe for Print_Margin
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