#[repr(C)]pub struct ArrayRefBool {
pub data: *const bool,
pub len: usize,
}Fields§
§data: *const bool§len: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ArrayRefBool
impl RefUnwindSafe for ArrayRefBool
impl !Send for ArrayRefBool
impl !Sync for ArrayRefBool
impl Unpin for ArrayRefBool
impl UnwindSafe for ArrayRefBool
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