Struct brotli::ffi::broccoli::BroccoliState
source · #[repr(C)]pub struct BroccoliState { /* private fields */ }
Trait Implementations§
source§impl Clone for BroccoliState
impl Clone for BroccoliState
source§fn clone(&self) -> BroccoliState
fn clone(&self) -> BroccoliState
Returns a copy 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 moresource§impl Default for BroccoliState
impl Default for BroccoliState
source§fn default() -> BroccoliState
fn default() -> BroccoliState
Returns the “default value” for a type. Read more
source§impl From<BroCatli> for BroccoliState
impl From<BroCatli> for BroccoliState
source§fn from(data: BroCatli) -> BroccoliState
fn from(data: BroCatli) -> BroccoliState
Converts to this type from the input type.
source§impl Into<BroCatli> for BroccoliState
impl Into<BroCatli> for BroccoliState
impl Copy for BroccoliState
Auto Trait Implementations§
impl RefUnwindSafe for BroccoliState
impl !Send for BroccoliState
impl !Sync for BroccoliState
impl Unpin for BroccoliState
impl UnwindSafe for BroccoliState
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