pub struct SemanticObjectArgs<'a> {
pub type_: SemanticSurfaceType,
pub attributes: Option<WIPOffset<Vector<'a, u8>>>,
pub children: Option<WIPOffset<Vector<'a, u32>>>,
pub parent: Option<u32>,
pub extension_type: Option<WIPOffset<&'a str>>,
}Fields§
§type_: SemanticSurfaceType§attributes: Option<WIPOffset<Vector<'a, u8>>>§children: Option<WIPOffset<Vector<'a, u32>>>§parent: Option<u32>§extension_type: Option<WIPOffset<&'a str>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SemanticObjectArgs<'a>
impl<'a> RefUnwindSafe for SemanticObjectArgs<'a>
impl<'a> Send for SemanticObjectArgs<'a>
impl<'a> Sync for SemanticObjectArgs<'a>
impl<'a> Unpin for SemanticObjectArgs<'a>
impl<'a> UnsafeUnpin for SemanticObjectArgs<'a>
impl<'a> UnwindSafe for SemanticObjectArgs<'a>
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