#[repr(C)]pub struct RawModifierList {
pub nodeList: RawNodeList,
pub modifierFlags: ModifierFlags,
}Fields§
§nodeList: RawNodeList§modifierFlags: ModifierFlagsTrait Implementations§
Source§impl Clone for RawModifierList
impl Clone for RawModifierList
Source§fn clone(&self) -> RawModifierList
fn clone(&self) -> RawModifierList
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<'a> SliceItem<'a, RawModifierList> for ModifierList<'a>
impl<'a> SliceItem<'a, RawModifierList> for ModifierList<'a>
unsafe fn from_raw_unchecked(raw: *const RawModifierList) -> Self
impl Copy for RawModifierList
Auto Trait Implementations§
impl Freeze for RawModifierList
impl RefUnwindSafe for RawModifierList
impl !Send for RawModifierList
impl !Sync for RawModifierList
impl Unpin for RawModifierList
impl UnsafeUnpin for RawModifierList
impl UnwindSafe for RawModifierList
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