#[repr(C)]pub struct SLVibraDescriptor_ {
pub supportsFrequency: SLboolean,
pub supportsIntensity: SLboolean,
pub minFrequency: SLmilliHertz,
pub maxFrequency: SLmilliHertz,
}Fields§
§supportsFrequency: SLboolean§supportsIntensity: SLboolean§minFrequency: SLmilliHertz§maxFrequency: SLmilliHertzTrait Implementations§
Source§impl Clone for SLVibraDescriptor_
impl Clone for SLVibraDescriptor_
Source§fn clone(&self) -> SLVibraDescriptor_
fn clone(&self) -> SLVibraDescriptor_
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SLVibraDescriptor_
Auto Trait Implementations§
impl Freeze for SLVibraDescriptor_
impl RefUnwindSafe for SLVibraDescriptor_
impl Send for SLVibraDescriptor_
impl Sync for SLVibraDescriptor_
impl Unpin for SLVibraDescriptor_
impl UnsafeUnpin for SLVibraDescriptor_
impl UnwindSafe for SLVibraDescriptor_
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