pub struct Anchor { /* private fields */ }Implementations§
Source§impl Anchor
impl Anchor
pub fn left_column(&self) -> u32
pub fn get_left_column(&self) -> u32
👎Deprecated since 3.0.0:
Use left_column()
pub fn set_left_column(&mut self, value: u32)
pub fn left_offset(&self) -> u32
pub fn get_left_offset(&self) -> u32
👎Deprecated since 3.0.0:
Use left_offset()
pub fn set_left_offset(&mut self, value: u32)
pub fn top_row(&self) -> u32
pub fn get_top_row(&self) -> u32
👎Deprecated since 3.0.0:
Use top_row()
pub fn set_top_row(&mut self, value: u32)
pub fn top_offset(&self) -> u32
pub fn get_top_offset(&self) -> u32
👎Deprecated since 3.0.0:
Use top_offset()
pub fn set_top_offset(&mut self, value: u32)
pub fn right_column(&self) -> u32
pub fn get_right_column(&self) -> u32
👎Deprecated since 3.0.0:
Use right_column()
pub fn set_right_column(&mut self, value: u32)
pub fn right_offset(&self) -> u32
pub fn get_right_offset(&self) -> u32
👎Deprecated since 3.0.0:
Use right_offset()
pub fn set_right_offset(&mut self, value: u32)
pub fn bottom_row(&self) -> u32
pub fn get_bottom_row(&self) -> u32
👎Deprecated since 3.0.0:
Use bottom_row()
pub fn set_bottom_row(&mut self, value: u32)
pub fn bottom_offset(&self) -> u32
pub fn get_bottom_offset(&self) -> u32
👎Deprecated since 3.0.0:
Use bottom_offset()
pub fn set_bottom_offset(&mut self, value: u32)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Anchor
impl RefUnwindSafe for Anchor
impl Send for Anchor
impl Sync for Anchor
impl Unpin for Anchor
impl UnsafeUnpin for Anchor
impl UnwindSafe for Anchor
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