#[repr(C)]pub struct SAddNotificationDrawerCommand {
pub pos_posF3: *mut f32,
pub color_colorS3: *mut c_short,
pub alpha: c_short,
}
Fields§
§pos_posF3: *mut f32
on this position, only x and z matter
color_colorS3: *mut c_short
§alpha: c_short
Trait Implementations§
Source§impl Clone for SAddNotificationDrawerCommand
impl Clone for SAddNotificationDrawerCommand
Source§fn clone(&self) -> SAddNotificationDrawerCommand
fn clone(&self) -> SAddNotificationDrawerCommand
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 moreimpl Copy for SAddNotificationDrawerCommand
Auto Trait Implementations§
impl Freeze for SAddNotificationDrawerCommand
impl RefUnwindSafe for SAddNotificationDrawerCommand
impl !Send for SAddNotificationDrawerCommand
impl !Sync for SAddNotificationDrawerCommand
impl Unpin for SAddNotificationDrawerCommand
impl UnwindSafe for SAddNotificationDrawerCommand
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