pub struct GetNodesInsideOptions {
pub inclusion: NodeInclusion,
pub node_origin: (f32, f32),
pub include_hidden: bool,
pub fallback_size: Option<CanvasSize>,
}Fields§
§inclusion: NodeInclusion§node_origin: (f32, f32)§fallback_size: Option<CanvasSize>Trait Implementations§
Source§impl Clone for GetNodesInsideOptions
impl Clone for GetNodesInsideOptions
Source§fn clone(&self) -> GetNodesInsideOptions
fn clone(&self) -> GetNodesInsideOptions
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 moreimpl Copy for GetNodesInsideOptions
Source§impl Debug for GetNodesInsideOptions
impl Debug for GetNodesInsideOptions
Auto Trait Implementations§
impl Freeze for GetNodesInsideOptions
impl RefUnwindSafe for GetNodesInsideOptions
impl Send for GetNodesInsideOptions
impl Sync for GetNodesInsideOptions
impl Unpin for GetNodesInsideOptions
impl UnsafeUnpin for GetNodesInsideOptions
impl UnwindSafe for GetNodesInsideOptions
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