pub struct FixedBox {
pub ptr: uintptr_t,
}Expand description
Wraps isl_fixed_box.
Fields
ptr: uintptr_tImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FixedBox
impl Send for FixedBox
impl Sync for FixedBox
impl Unpin for FixedBox
impl UnwindSafe for FixedBox
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more