Struct makepad_widgets::shader::std::windows::Win32::Foundation::BOOL
#[repr(transparent)]pub struct BOOL(pub i32);Tuple Fields§
§0: i32Implementations§
Trait Implementations§
impl Copy for BOOL
impl Eq for BOOL
impl StructuralEq for BOOL
impl StructuralPartialEq for BOOL
Auto Trait Implementations§
impl RefUnwindSafe for BOOL
impl Send for BOOL
impl Sync for BOOL
impl Unpin for BOOL
impl UnwindSafe for BOOL
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