#[repr(C)]pub struct ScaleEvent {
pub root: int16,
pub mask: int16,
pub textLen: uint16,
pub text: *const TChar,
}Fields§
§root: int16§mask: int16§textLen: uint16§text: *const TCharTrait Implementations§
Source§impl Clone for ScaleEvent
impl Clone for ScaleEvent
Source§fn clone(&self) -> ScaleEvent
fn clone(&self) -> ScaleEvent
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 ScaleEvent
impl Send for ScaleEvent
impl Sync for ScaleEvent
Auto Trait Implementations§
impl Freeze for ScaleEvent
impl RefUnwindSafe for ScaleEvent
impl Unpin for ScaleEvent
impl UnwindSafe for ScaleEvent
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