pub struct SetFrameFormatDto {
pub position: i64,
pub anchor: i64,
pub frame_id: i64,
pub height: Option<i64>,
pub width: Option<i64>,
pub top_margin: Option<i64>,
pub bottom_margin: Option<i64>,
pub left_margin: Option<i64>,
pub right_margin: Option<i64>,
pub padding: Option<i64>,
pub border: Option<i64>,
}Fields§
§position: i64§anchor: i64§frame_id: i64§height: Option<i64>§width: Option<i64>§top_margin: Option<i64>§bottom_margin: Option<i64>§left_margin: Option<i64>§right_margin: Option<i64>§padding: Option<i64>§border: Option<i64>Trait Implementations§
Source§impl Clone for SetFrameFormatDto
impl Clone for SetFrameFormatDto
Source§fn clone(&self) -> SetFrameFormatDto
fn clone(&self) -> SetFrameFormatDto
Returns a duplicate of the value. Read more
1.0.0 · 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 SetFrameFormatDto
impl Debug for SetFrameFormatDto
Source§impl Default for SetFrameFormatDto
impl Default for SetFrameFormatDto
Source§fn default() -> SetFrameFormatDto
fn default() -> SetFrameFormatDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetFrameFormatDto
impl<'de> Deserialize<'de> for SetFrameFormatDto
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SetFrameFormatDto
impl PartialEq for SetFrameFormatDto
Source§impl Serialize for SetFrameFormatDto
impl Serialize for SetFrameFormatDto
impl StructuralPartialEq for SetFrameFormatDto
Auto Trait Implementations§
impl Freeze for SetFrameFormatDto
impl RefUnwindSafe for SetFrameFormatDto
impl Send for SetFrameFormatDto
impl Sync for SetFrameFormatDto
impl Unpin for SetFrameFormatDto
impl UnsafeUnpin for SetFrameFormatDto
impl UnwindSafe for SetFrameFormatDto
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