pub struct ObjectAnchor { /* private fields */ }Implementations§
Source§impl ObjectAnchor
impl ObjectAnchor
pub fn get_move_with_cells(&self) -> &bool
pub fn set_move_with_cells(&mut self, value: bool) -> &mut Self
pub fn get_from_marker(&self) -> &FromMarker
pub fn get_from_marker_mut(&mut self) -> &mut FromMarker
pub fn set_from_marker(&mut self, value: FromMarker) -> &mut Self
pub fn get_to_marker(&self) -> &ToMarker
pub fn get_to_marker_mut(&mut self) -> &mut ToMarker
pub fn set_to_marker(&mut self, value: ToMarker) -> &mut Self
Trait Implementations§
Source§impl Clone for ObjectAnchor
impl Clone for ObjectAnchor
Source§fn clone(&self) -> ObjectAnchor
fn clone(&self) -> ObjectAnchor
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 ObjectAnchor
impl Debug for ObjectAnchor
Source§impl Default for ObjectAnchor
impl Default for ObjectAnchor
Source§fn default() -> ObjectAnchor
fn default() -> ObjectAnchor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ObjectAnchor
impl RefUnwindSafe for ObjectAnchor
impl Send for ObjectAnchor
impl Sync for ObjectAnchor
impl Unpin for ObjectAnchor
impl UnwindSafe for ObjectAnchor
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